linting bug fixed
This commit is contained in:
parent
67d818ba88
commit
13af089b38
@ -2,7 +2,6 @@
|
||||
import Image from "next/image";
|
||||
import React, { useState } from "react";
|
||||
import MobileMenu from "../mobile-menu/mobileMenu";
|
||||
import Button from "../button/button";
|
||||
|
||||
export default function BurgerButton() {
|
||||
const [clicked, setClicked] = useState(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user