diff --git a/src/pages/saju/Me.jsx b/src/pages/saju/Me.jsx new file mode 100644 index 0000000..d3dfb19 --- /dev/null +++ b/src/pages/saju/Me.jsx @@ -0,0 +1,51 @@ +import React from 'react'; +import './_shell/tokens.css'; +import './_shell/shell.css'; +import useViewportMode from './_shell/useViewportMode'; +import BottomNav from './_shell/BottomNav'; +import DesktopHeader from './_shell/DesktopHeader'; +import TopRibbon from './_shell/TopRibbon'; +import Mascot from './_shell/Mascot'; +import MascotBubble from './_shell/MascotBubble'; +import OrnateFrame from './_shell/OrnateFrame'; + +const DISABLED_CARDS = [ + { title: '내 사주 이력', desc: '저장된 풀이를 한 번에' }, + { title: '북마크', desc: '관심 가는 해석 즐겨찾기' }, + { title: '설정', desc: '알림·테마·계정' }, + { title: '문의', desc: '호령이 듣고 있어요' }, +]; + +export default function Me() { + const mode = useViewportMode(); + return ( +