Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RavindraP04 committed Apr 9, 2023
1 parent 64b31a0 commit 7ade539
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/home/HeroSection/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ import React, { useEffect, useState } from 'react';
import { Disclosure } from '@headlessui/react';
import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline';
import Link from 'next/link';
import { useRouter } from 'next/router';
import { template } from '../../../helpers/helper';

const NavBar: React.FC = () => {
const router = useRouter();
const [isMobile, setIsMobile] = useState(false);

useEffect(() => {
Expand Down

0 comments on commit 7ade539

Please sign in to comment.