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

@@ -3,7 +3,7 @@
import Link from 'next/link';
import { Button } from '@/components/ui';
import { createServerClient } from '@/utils/supabase';
import { signOut } from '@/actions/auth';
import { signOut } from '@/lib/actions';
const NavigationAuth = async () => {
const supabase = await createServerClient();