0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-09-27 15:10:24 +09:00

Delete misc

This commit is contained in:
yude 2021-02-07 10:30:28 +09:00
parent 73afee74b2
commit 8f4cff817d

View File

@ -2,15 +2,8 @@ import "tailwindcss/tailwind.css";
import Popper from "popper.js";
import Link from 'next/link';
import LangSelector from "./LangSelector"
import { useState } from 'react';
const Navbar = () => {
const [active, setActive] = useState(false);
const handleClick = () => {
setActive(!active);
};
return (
<>
<nav className='flex items-center flex-wrap p-3'>