feat: use channel component for server route

This commit is contained in:
goat
2021-09-08 02:36:31 +02:00
parent 7fc830eacf
commit 226504773a

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