diff --git a/frontend/src/components/logistics/helperCommands/commands/Bookin.tsx b/frontend/src/components/logistics/helperCommands/commands/Bookin.tsx index ac02459..ef16deb 100644 --- a/frontend/src/components/logistics/helperCommands/commands/Bookin.tsx +++ b/frontend/src/components/logistics/helperCommands/commands/Bookin.tsx @@ -1,6 +1,6 @@ import { LstCard } from "@/components/extendedUI/LstCard"; import { Button } from "@/components/ui/button"; -import { CardContent, CardFooter, CardHeader } from "@/components/ui/card"; +import { CardContent, CardHeader } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { useForm } from "@tanstack/react-form"; @@ -63,7 +63,7 @@ export default function Bookin() { }} children={(field) => { return ( -
+
@@ -85,9 +85,7 @@ export default function Bookin() { ); }} /> - - -
+
- + );