Add alert import and Info icon

cgen-4630db492b5f4f7681b44bb6d76721ac
This commit is contained in:
Builder.io 2025-10-14 07:14:35 +00:00
parent d87e57ed63
commit 215ce58fde

View file

@ -15,6 +15,7 @@ import {
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { Badge } from "@/components/ui/badge";
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
import LoadingScreen from "@/components/LoadingScreen";
import {
LogIn,
@ -25,6 +26,7 @@ import {
Mail,
Lock,
User,
Info,
} from "lucide-react";
export default function Login() {