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