mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
feat: use channel component for server route
This commit is contained in:
parent
4787a2166f
commit
3b77628f9f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ export default function App() {
|
|||
path="/server/:server/channel/:channel"
|
||||
component={Channel}
|
||||
/>
|
||||
<Route path="/server/:server" />
|
||||
<Route path="/server/:server" component={Channel} />
|
||||
<Route path="/channel/:channel" component={Channel} />
|
||||
|
||||
<Route path="/settings/:page" component={Settings} />
|
||||
|
|
Loading…
Reference in a new issue