import { Outlet } from 'react-router-dom'; import { PageTracker } from '../analytics/PageTracker'; export function BaseLayout() { return ( <> ); }