diff --git a/src/AppV2.js b/src/AppV2.js index fb07891d..4c67fe89 100644 --- a/src/AppV2.js +++ b/src/AppV2.js @@ -21,6 +21,10 @@ const ValidatorDetail = lazy(() => import('v2/components/Validators/Detail')); const TourDeSol = lazy(() => import('v2/components/TourDeSol')); const Blocks = lazy(() => import('v2/components/Blocks')); const BlockDetail = lazy(() => import('v2/components/Blocks/Detail')); +const Transactions = lazy(() => import('v2/components/Transactions')); +const TransactionDetail = lazy(() => + import('v2/components/Transactions/Detail'), +); const useStyles = makeStyles(theme => ({ root: { @@ -73,6 +77,12 @@ const App = () => { + +