components 디렉터리 밖에 있던 molecule/organism 컴포넌트들을 해당 디렉터리 내부로 이동

This commit is contained in:
static
2025-01-27 19:45:40 +09:00
parent df9831da8e
commit 7230810f3a
15 changed files with 12 additions and 11 deletions

View File

@@ -1 +1,3 @@
export * from "./Category";
export { default as Category } from "./Category";
export * from "./modals";