import { PostsClient } from "./client";

export default function PostsPage() {
  return <PostsClient />;
}
