import { Outlet } from 'react-router-dom' import LandingHeader from './LandingHeader' export default function AuthenticatedLayout() { return (