mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-26 09:00:57 -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"
|
path="/server/:server/channel/:channel"
|
||||||
component={Channel}
|
component={Channel}
|
||||||
/>
|
/>
|
||||||
<Route path="/server/:server" />
|
<Route path="/server/:server" component={Channel} />
|
||||||
<Route path="/channel/:channel" component={Channel} />
|
<Route path="/channel/:channel" component={Channel} />
|
||||||
|
|
||||||
<Route path="/settings/:page" component={Settings} />
|
<Route path="/settings/:page" component={Settings} />
|
||||||
|
|
Loading…
Reference in a new issue