import 'App.css'; import { Outlet } from 'react-router-dom'; function App() { return (
); } export default App;