import { NewPostClient } from "./client";

export default function NewPostPage() {
  return <NewPostClient />;
}
