import './App.css'; import NavBar from './components/Navbar/navbar' import React from "react"; function App() { return (
); } export default App;