import PostClient from "./client";

export default function PostPage() {
  return <PostClient />;
}
