Added Admin page, Login, forgot password, register and owner with profile
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
'use client';
|
||||
import { usePathname } from 'next/navigation';
|
||||
import Link from 'next/link';
|
||||
import { LogIn, UserPlus } from 'lucide-react';
|
||||
|
||||
export function NavLink({ href, children }) {
|
||||
const pathname = usePathname();
|
||||
|
||||
Reference in New Issue
Block a user