Skip to content

Commit

Permalink
chore temporary removed visit page
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwww committed Apr 19, 2024
1 parent 6bb3530 commit 8b5c4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const Router = () => {
<Routes>
<Route path="/" element={<Intro />} />

<Route path="/visit/:user" element={<Outlet />}>
{/* <Route path="/visit/:user" element={<Outlet />}>
<Route path="" element={<Visit />} />
<Route path="deco" element={<Deco />} />
</Route>
</Route> temp */}

<Route path="/make" element={<Outlet />}>
<Route path="nickname" element={<Nickname />} />
Expand Down

0 comments on commit 8b5c4f4

Please sign in to comment.