Switch to biome for fomatting

This commit is contained in:
Jared Palmer 2024-11-15 10:37:01 -05:00
parent ea6f62c9d6
commit 91aaddda5f
8 changed files with 144 additions and 30 deletions

View file

@ -8,7 +8,7 @@ import { toast } from 'sonner';
import { AuthForm } from '@/components/auth-form';
import { SubmitButton } from '@/components/submit-button';
import { register, RegisterActionState } from '../actions';
import { register, type RegisterActionState } from '../actions';
export default function Page() {
const router = useRouter();