import React from 'react' import Link from 'next/link' import '@/app/components/Navbar.css' const Navbar = ({open}) => { function closeNav() { document.getElementById("mySidenav").style.width = "0"; } return (
Menu Bar ×

Routes

Home {/* */} API About Support

Authenticate

Login Sign UP
) } export default Navbar;