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