diff --git a/src/AppV2.js b/src/AppV2.js index 231989d4..50ac8b39 100644 --- a/src/AppV2.js +++ b/src/AppV2.js @@ -18,6 +18,7 @@ const Dashboard = lazy(() => import('v2/components/Dashboard')); const Validators = lazy(() => import('v2/components/Validators')); const ValidatorsAll = lazy(() => import('v2/components/Validators/All')); const ValidatorDetail = lazy(() => import('v2/components/Validators/Detail')); +const TourDeSol = lazy(() => import('v2/components/TourDeSol')); const useStyles = makeStyles(theme => ({ root: { @@ -69,6 +70,7 @@ const App = () => { path="/rc/validators/:id" component={ValidatorDetail} /> +