import { Outlet } from 'react-router'; import { CommandPalette } from './CommandPalette'; import { BeamsBackground } from './ui/BeamsBackground'; export function MainLayout() { return ( {/* Global Background Beams */}
); }