Add some actions to make stuff easy

This commit is contained in:
2025-05-14 15:37:03 -05:00
parent 0cf1049ec6
commit c5eed77822
13 changed files with 271 additions and 75 deletions

View File

@ -1,5 +1,5 @@
import Link from 'next/link';
import { signIn } from '@/actions/auth';
import { signIn } from '@/lib/actions';
import { FormMessage, type Message, SubmitButton } from '@/components/default';
import { Input, Label } from '@/components/ui';