import { AllAuthorsClient } from "./client";

export default function AllAuthorsPage() {
  return <AllAuthorsClient />;
}
