feat(stock): /stock/screener 라우트 + 임시 placeholder
This commit is contained in:
@@ -19,6 +19,7 @@ const Lotto = lazy(() => import('./pages/lotto/Lotto'));
|
||||
const Travel = lazy(() => import('./pages/travel/Travel'));
|
||||
const Stock = lazy(() => import('./pages/stock/Stock'));
|
||||
const StockTrade = lazy(() => import('./pages/stock/StockTrade'));
|
||||
const Screener = lazy(() => import('./pages/stock/screener/Screener'));
|
||||
const Subscription = lazy(() => import('./pages/subscription/Subscription'));
|
||||
const EffectLab = lazy(() => import('./pages/effect-lab/EffectLab'));
|
||||
const SwordStream = lazy(() => import('./pages/effect-lab/SwordStream'));
|
||||
@@ -160,6 +161,10 @@ export const appRoutes = [
|
||||
path: 'stock/trade',
|
||||
element: <StockTrade />,
|
||||
},
|
||||
{
|
||||
path: 'stock/screener',
|
||||
element: <Screener />,
|
||||
},
|
||||
{
|
||||
path: 'realestate',
|
||||
element: <Subscription />,
|
||||
|
||||
Reference in New Issue
Block a user