import { EditPostClient } from "./client";

export default function EditPostPage() {
  return <EditPostClient />;
}
