Add some actions to make stuff easy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user