diff options
Diffstat (limited to 'driver/src/pages/LandingPage.tsx')
| -rw-r--r-- | driver/src/pages/LandingPage.tsx | 1 |
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() { |
