import { Outlet, ScrollRestoration } from 'react-router-dom'; import { Navigation } from '@shared/navigation'; export function AppLayout() { return (
{ return location.pathname; }} />
); }