import { Outlet } from 'react-router'; import { Sidebar } from './sidebar'; import { Header } from './header'; export function AppLayout() { return (