summaryrefslogtreecommitdiff
path: root/driver/src/pages/LandingPage.tsx
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-01-07 17:38:08 +0200
committeromagdy7 <omar.professional8777@gmail.com>2024-01-07 17:38:08 +0200
commit1fa417e3a84cebd8ff055ed6b2ac59301769035b (patch)
tree73784b0955547bb70962fe7e86ba4a05b53815ea /driver/src/pages/LandingPage.tsx
parentfbaae8f461ff085356670d41506cd92180227beb (diff)
downloadcarpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.tar.xz
carpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.zip
Removed some errors for deployment
Diffstat (limited to 'driver/src/pages/LandingPage.tsx')
-rw-r--r--driver/src/pages/LandingPage.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/src/pages/LandingPage.tsx b/driver/src/pages/LandingPage.tsx
index 110fe14..771ac88 100644
--- a/driver/src/pages/LandingPage.tsx
+++ b/driver/src/pages/LandingPage.tsx
@@ -1,6 +1,5 @@
import { Button } from "@/components/ui/button"
import { CardTitle, CardDescription, CardHeader, CardContent, Card } from "@/components/ui/card"
-import { Navigate, redirect } from "react-router-dom";
import { Badge } from "@/components/ui/badge"
export default function LandingPage() {