. ┝ components │ ┝ common │ │ ┝ button.tsx : style내부 작성 │ │ ┝ Tab │ │ │ ┝ Tab.tsx │ │ │ ┝ TabItem.tsx │ │ │ └ index.ts │ │ └ index.ts │ └ pageComponents(페이지명으로 폴더생성) │ ┝ button.tsx │ └ index.ts ┝ pages │ └ index.tsx ┝ hooks ┝ public │ ┝ image │ ┝ icon │ └ font ┝ styles │ ┝ global.css │ ┝ reset.css │ └ theme.ts ┝ types ┝ stories │ ┝ components │ └ hooks ┝ utils │ └ apis ┝ store └ README.md