import { Outlet } from "react-router" /** Passthrough layout for `/settings/*` child routes. */ export default function SettingsLayout() { return }