fix breadcrumbs

This commit is contained in:
2019-08-30 17:08:44 +02:00
parent d7a19d5222
commit a1a5084b96

View File

@@ -22,6 +22,7 @@ export function AppComponent(props: IAppComponentProps) {
<Switch>
<Route path="/signup" component={AuthScreen} />,
<Route path="/login" component={AuthScreen} />,
<Route path="/docs/:id" component={Home} />,
<Route path="/" component={Home} />,
</Switch>
) : (