Skip to content

Commit

Permalink
[feat/#46] 크루 페이지 레이아웃 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhoony committed Sep 9, 2024
1 parent b14e27c commit a850e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Router: React.FC = () => {
<Route path={RoutePath.ANALYSIS} element={<AnalysisDashboard />} />
</Route>

<Route element={<MonitoringLayout />}>
<Route element={<AnalysisLayout />}>
<Route path={RoutePath.CREW} element={<Crew />} />
</Route>
</Route>
Expand Down

0 comments on commit a850e75

Please sign in to comment.