summaryrefslogtreecommitdiff
path: root/driver/src/App.tsx
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-12-22 21:02:11 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-12-22 21:02:11 +0200
commitd34ed45d110be3df1436519594cf6cfd55a55ead (patch)
treeafd73deacc781a67c6edfa6194097c505dd783d2 /driver/src/App.tsx
parent2548273d89e55efc24a2df101b621b06a6a83313 (diff)
downloadcarpool-d34ed45d110be3df1436519594cf6cfd55a55ead.tar.xz
carpool-d34ed45d110be3df1436519594cf6cfd55a55ead.zip
Drive side done.
Diffstat (limited to 'driver/src/App.tsx')
-rw-r--r--driver/src/App.tsx5
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 />
)
}