import { Link, Outlet } from 'react-router'; const RootLayout = () => { return ( <>
); }; export default RootLayout;