import { AuthorPostsClient } from "./client";

export default function AuthorPostsPage() {
  return <AuthorPostsClient />;
}
