Components
npx shadcn@latest add https://21st.dev/r/lyanchouss/login-signupLoading preview...
import LoginCardSection from "@/components/ui/login-signup";
export default function DemoOne() {
return <LoginCardSection />;
}
Loading preview...
Loading preview...
Loading preview...