mirror of
https://github.com/fergalmoran/supanextail.git
synced 2025-12-22 09:17:54 +00:00
Fix eslint issues (error on Vercel)
This commit is contained in:
@@ -7,10 +7,10 @@ import { LogOut, Menu } from 'react-feather';
|
||||
import Image from 'next/image';
|
||||
import Link from 'next/link';
|
||||
import Logo from 'public/logo.svg';
|
||||
import { UserCredentials } from '@supabase/gotrue-js';
|
||||
import { User } from '@supabase/gotrue-js';
|
||||
|
||||
type NavProperties = {
|
||||
user: UserCredentials | undefined;
|
||||
user: User | null | undefined;
|
||||
signOut: () => void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user