import { PageForm } from '@/components/admin/page-form';

export default function AddPage() {
  return <PageForm />;
}
