mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 21:22:36 +00:00
chore: update account page
This commit is contained in:
@ -48,7 +48,7 @@ function App() {
|
||||
<Routes>
|
||||
<Route index element={<Home />} />
|
||||
<Route path="/user/auth" element={<Auth />} />
|
||||
<Route path="/user/:userId" element={<UserDetail />} />
|
||||
<Route path="/account/" element={<UserDetail />} />
|
||||
<Route path="/:workspaceName" element={<WorkspaceDetail />} />
|
||||
<Route path="/:workspaceName/go/:shortcutName" element={<ShortcutRedirector />} />
|
||||
</Routes>
|
||||
|
Reference in New Issue
Block a user