import React from "react"; import "./NavBar.css"; import { Link } from "react-scroll"; function NavBar() { return ( ); } export default NavBar;