import { Outlet } from "react-router-dom";
export default function LayoutPage() {
return <><Outlet></Outlet></>
}