diff --git a/ui/component/router/view.jsx b/ui/component/router/view.jsx index a7e0a004f..14d9d6202 100644 --- a/ui/component/router/view.jsx +++ b/ui/component/router/view.jsx @@ -24,6 +24,7 @@ import FourOhFourPage from 'page/fourOhFour'; import SignInPage from 'page/signIn'; import SignInVerifyPage from 'page/signInVerify'; import ChannelsPage from 'page/channels'; +import ChannelCreatePage from 'page/channelCreate'; // Tell the browser we are handling scroll restoration if ('scrollRestoration' in history) { @@ -92,6 +93,7 @@ function AppRouter(props: Props) { + {/* Below need to go at the end to make sure we don't match any of our pages first */}