Merge pull request #208 from goaaats/feat/no_channels_design

This commit is contained in:
Paul Makles
2021-09-14 15:42:46 +01:00
committed by GitHub
2 changed files with 55 additions and 2 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} />