diff options
Diffstat (limited to 'driver/src/App.tsx')
| -rw-r--r-- | driver/src/App.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/driver/src/App.tsx b/driver/src/App.tsx index 9b3bb03..d0fa20f 100644 --- a/driver/src/App.tsx +++ b/driver/src/App.tsx @@ -1,13 +1,8 @@ -import RideDialog from "./components/RideDialog" -import Home from "./pages/Home" import LandingPage from "./pages/LandingPage" - function App() { return ( <LandingPage /> - // <Home /> - // <RideDialog /> ) } |
