import SectionsPage from "./section-page";


export default function Page() {
  return <>
    <SectionsPage />
  </>;
}