refactor: move Head to src/common

This commit is contained in:
lytrankieio123
2021-08-20 17:52:35 +07:00
parent ef1c53b3a9
commit 3c37889971
3 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
export { default as ButtonCommon } from './ButtonCommon/ButtonCommon'
export { default as Layout } from './Layout/Layout'
export { default as Head } from './Head/Head'