Skip to content

Commit

Permalink
Merge pull request #49 from DDD-Community/feat/#46
Browse files Browse the repository at this point in the history
[feat/#46] 크루 페이지 레이아웃 변경
  • Loading branch information
lkhoony committed Sep 9, 2024
2 parents 607315c + a850e75 commit e82c0e7
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 e82c0e7

Please sign in to comment.