Components
Loading preview...
Signup page with email and Google auth buttons
@shadcnblockscom
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/signup-1import { Signup1 } from "@/components/ui/signup-1";
const DemoOne = () => {
return (
<Signup1 />
);
};
export { DemoOne };