add route

This commit is contained in:
yaschalew
2026-05-28 08:41:12 +03:00
parent ffd38f8025
commit 4bacbaa96c

View File

@@ -79,7 +79,7 @@ const App = () => {
return <LoadingScreen />;
}
if (!user) {
if (user) {
return (
<Routes>
<Route path="/" element={<EDRFreightLandingPage />} />