diff --git a/src/pages/sinitto/mypage/ui/SinittoMyPage.tsx b/src/pages/sinitto/mypage/ui/SinittoMyPage.tsx new file mode 100644 index 0000000..28daad0 --- /dev/null +++ b/src/pages/sinitto/mypage/ui/SinittoMyPage.tsx @@ -0,0 +1,19 @@ +import { AccountInfoBox, SinittoProfileBox } from '../components'; +import { + PointBox, + PointLogBox, + Withdrawal, + PageLayout, +} from '@/shared/components'; + +export const SinittoMyPage = () => { + return ( + + + + + + + + ); +};