import NavBar from "./components/navBar";
function App() {
return (
<>
<NavBar />
</>
)
}
export default App