From 48c4f780c11f71200fe2105ec0dc5f3bd090af9d Mon Sep 17 00:00:00 2001 From: Alois Date: Thu, 26 Mar 2026 20:40:06 +0100 Subject: [PATCH] Fixed small bug --- apps/web/src/components/screens/login/form.tsx | 6 ------ 1 file changed, 6 deletions(-) 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";