import React from "react"; import { Outlet } from "react-router-dom"; const App = () => { return ; }; export default App;