diff --git a/new-lamassu-admin/src/App.js b/new-lamassu-admin/src/App.js index 66e2ba1a..30a7c90d 100644 --- a/new-lamassu-admin/src/App.js +++ b/new-lamassu-admin/src/App.js @@ -1,5 +1,6 @@ import CssBaseline from '@material-ui/core/CssBaseline' import Grid from '@material-ui/core/Grid' +import Slide from '@material-ui/core/Slide' import { StylesProvider, jssPreset, @@ -91,12 +92,26 @@ const Main = () => { ? classes.contentWithSidebar : classes.contentWithoutSidebar + const transitionProps = { + direction: 'left' + } + return (
{!is404 && wizardTested &&
}
{sidebar && !is404 && wizardTested && ( - + + +
+ } + /> )}