diff --git a/src/App.tsx b/src/App.tsx
index 10c472af9a224bd4d7ffa71531d1f8713b65ea26..2923c4b379803a998e68b1d6a1dfff8218766ae3 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -54,9 +54,6 @@ export const App: FC = () => {
             <Route exact path={NonAuthRoutes.home} component={LandingPage} />
             <AuthContext.Provider value={value}>
               <Route path={NonAuthRoutes.auth} component={AuthUser} />
-
-              <Route path="/signIn" component={SignInForm} />
-
               <PrivateRoute
                 path={AuthRoutes.dashboard}
                 Component={HomePage}