Full screen authentication component
Loading preview...
import { Signup1 } from "@/components/ui/signup-1"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <Signup1 /> </div> ); }; export { DemoOne };