diff --git a/src/App.tsx b/src/App.tsx
index 2965eec07c25316e1986122c86e872aec98b7550..facca47bdc9ca174ecee01b589b483096b197f1c 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -40,7 +40,7 @@ export const App: FC = () => {
             <Switch>
               <Route exact path={NonAuthRoutes.home} component={LandingPage} />
               <Route path={NonAuthRoutes.auth} component={AuthUser} />
-              <Route path={AuthRoutes.dashboard} component={Dashboard} />
+              <Route path={AuthRoutes.dashboard} component={All(Dashboard)} />
               <Route
                 path={NonAuthRoutes.unauthorized}
                 component={Unauthorized}