feat: use channel component for server route

pull/1049/head
goat 2021-09-08 02:36:31 +02:00
parent 7fc830eacf
commit 226504773a
1 changed files with 1 additions and 1 deletions

View File

@ -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} />