diff --git a/apps/web/src/components/screens/login/form.tsx b/apps/web/src/components/screens/login/form.tsx index b839222..5cba5c0 100644 --- a/apps/web/src/components/screens/login/form.tsx +++ b/apps/web/src/components/screens/login/form.tsx @@ -1,10 +1,4 @@ import { Button } from "@tensamin/ui/cmp/button"; -import { - Card, - CardContent, - CardHeader, - CardTitle, -} from "@tensamin/ui/cmp/card"; import { Input } from "@tensamin/ui/cmp/input"; import { Label } from "@tensamin/ui/cmp/label"; import { useStorage } from "@tensamin/storage/context";