Add alert import and Info icon
cgen-4630db492b5f4f7681b44bb6d76721ac
This commit is contained in:
parent
d87e57ed63
commit
215ce58fde
1 changed files with 2 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue