Grid Auth Form Used While Sign in or Sign up
Loading preview...
import GridAuth from "@/components/ui/auth-form" const Showcase = () => { return <GridAuth /> } export default {Showcase}