1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

return to fixed flow

This commit is contained in:
muerwre 2019-08-20 20:57:50 +07:00
parent 3d4f60c2b4
commit ad517a9bfe
5 changed files with 31 additions and 34 deletions

View file

@ -27,10 +27,11 @@ const Component: FC<IProps> = ({ is_shown }) => (
<Sprites />
<Switch>
<Route exact path={URLS.BASE} component={FlowLayout} />
<MainLayout>
<Switch>
<Route exact path={URLS.BASE} component={FlowLayout} />
<Route path={URLS.EXAMPLES.IMAGE} component={ImageExample} />
<Route path={URLS.EXAMPLES.EDITOR} component={EditorExample} />
<Route path="/examples/horizontal" component={HorizontalExample} />