import { Outlet } from 'react-router-dom'; import { StyleProvider } from '@/components/ui/StyleProvider'; import SiteBackgroundSlot from '@/components/ui/SiteBackgroundSlot'; import NavbarInline from "@/components/ui/NavbarInline"; import FooterSimpleMedia from "@/components/sections/footer/FooterSimpleMedia"; export default function Layout() { return (
); }