import type {NextPage} from 'next'; import NavBar from "../components/navbar"; const Home: NextPage = () => { return (
) } export default Home