Skip to content

Commit

Permalink
fix: duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenaldkarrel committed Jan 16, 2023
1 parent 6ac7f17 commit 3f7cb4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/MobileNav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ import {
Avatar
} from '@chakra-ui/react';
import useAuth from 'hooks/useAuth';
import { Link } from 'react-router-dom';
import { Link, useNavigate } from 'react-router-dom';

import { FiMenu, FiChevronDown } from 'react-icons/fi';
import { useNavigate } from 'react-router-dom';
import MobileProps from './types';

const MobileNav = ({ onOpen, ...rest }: MobileProps) => {
Expand Down

0 comments on commit 3f7cb4a

Please sign in to comment.