From 781025dca00e9dd4b2ad9b283be944ed91bbc1e5 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 23 Apr 2026 07:23:25 -0500 Subject: [PATCH] fix(frontend): lingering import crashed us --- frontend/src/routes/(auth)/-components/LoginForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/(auth)/-components/LoginForm.tsx b/frontend/src/routes/(auth)/-components/LoginForm.tsx index c9de044..80bd9a4 100644 --- a/frontend/src/routes/(auth)/-components/LoginForm.tsx +++ b/frontend/src/routes/(auth)/-components/LoginForm.tsx @@ -1,5 +1,5 @@ import { Link, useNavigate } from "@tanstack/react-router"; -import { Cat, LogIn } from "lucide-react"; +import { Cat } from "lucide-react"; import { toast } from "sonner"; import { Card,