Sing In Flow with animated background
import { SignInPage } from "@/components/ui/sign-in-flow-1"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <SignInPage /> </div> ); }; export { DemoOne };