Add some actions to make stuff easy
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import Link from 'next/link';
|
||||
import { signUp } from '@/actions/auth';
|
||||
import { signUp } from '@/lib/actions';
|
||||
import { FormMessage, type Message, SubmitButton } from '@/components/default';
|
||||
import { Input, Label } from '@/components/ui';
|
||||
import { SmtpMessage } from '@/app/(auth-pages)/smtp-message';
|
||||
|
Reference in New Issue
Block a user