mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 19:28:17 +00:00
add route
This commit is contained in:
@@ -79,7 +79,7 @@ const App = () => {
|
|||||||
return <LoadingScreen />;
|
return <LoadingScreen />;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!user) {
|
if (user) {
|
||||||
return (
|
return (
|
||||||
<Routes>
|
<Routes>
|
||||||
<Route path="/" element={<EDRFreightLandingPage />} />
|
<Route path="/" element={<EDRFreightLandingPage />} />
|
||||||
|
|||||||
Reference in New Issue
Block a user