mobile menu
This commit is contained in:
parent
087d03442e
commit
6c0bc07ef4
|
|
@ -2,8 +2,6 @@
|
||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { usePathname } from 'next/navigation';
|
import { usePathname } from 'next/navigation';
|
||||||
import { AiOutlineUser } from 'react-icons/ai';
|
|
||||||
import ThemeSwitch from './home/ThemeSwitch';
|
|
||||||
import { useContext, useEffect, useRef, useState } from 'react';
|
import { useContext, useEffect, useRef, useState } from 'react';
|
||||||
import GlobalContext from '@/context/GlobalContext';
|
import GlobalContext from '@/context/GlobalContext';
|
||||||
import close from '@/public/close-white.svg';
|
import close from '@/public/close-white.svg';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue