Skip to content

Commit

Permalink
Update src/components/Navbar/NavBar.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: PacoMojica <[email protected]>
  • Loading branch information
JDuarthe and PacoMojica authored Mar 24, 2021
1 parent 0cc639d commit 2f3f5a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Navbar/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { Box, Flex, Text } from '@chakra-ui/layout'
import { Switch } from '@chakra-ui/switch'
import { CgProfile } from 'react-icons/cg';
import React from 'react'
import SideMenu from '../SideMenu/SideMenu';
import { useDisclosure, Link } from "@chakra-ui/react";
import NextLink from "next/link";
import Title from '../Title/Title';
import SideMenu from '../SideMenu/SideMenu'
import { useDisclosure, Link } from "@chakra-ui/react"
import NextLink from "next/link"
import Title from '../Title/Title'

const Navbar = () => {
const { isOpen, onOpen, onClose } = useDisclosure();
Expand Down

0 comments on commit 2f3f5a6

Please sign in to comment.