import { Outlet } from "react-router-dom"; function SettingsPageLayout() { return (
); } export { SettingsPageLayout };