import { Outlet } from 'react-router-dom'; import AppNavigation from './Sidebar'; export default function Layout() { return (
); }