feat(saju): 오늘운세 페이지 (FortuneRing + 4 ScoreCard + LuckyBox + good_signs/warnings)
This commit is contained in:
@@ -37,6 +37,7 @@ const TarotReading = lazy(() => import('./pages/tarot/Reading'));
|
||||
const TarotHistory = lazy(() => import('./pages/tarot/History'));
|
||||
const Saju = lazy(() => import('./pages/saju/Saju'));
|
||||
const SajuResult = lazy(() => import('./pages/saju/SajuResult'));
|
||||
const SajuToday = lazy(() => import('./pages/saju/Today'));
|
||||
const Compatibility = lazy(() => import('./pages/saju/Compatibility'));
|
||||
const CompatibilityResult = lazy(() => import('./pages/saju/CompatibilityResult'));
|
||||
|
||||
@@ -262,6 +263,10 @@ export const appRoutes = [
|
||||
path: 'saju/result',
|
||||
element: <SajuResult />,
|
||||
},
|
||||
{
|
||||
path: 'saju/today',
|
||||
element: <SajuToday />,
|
||||
},
|
||||
{
|
||||
path: 'saju/compatibility',
|
||||
element: <Compatibility />,
|
||||
|
||||
Reference in New Issue
Block a user