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