Loading preview...
Here is Login component
@tailark
npx shadcn@latest add https://21st.dev/r/meschacirung/login-1
import LoginPage from "@/components/ui/login-1"; export default function DemoOne() { return <LoginPage />; }