import { AuthorGuidelinesClient } from "./client";

export default function AuthorGuidelinesPage() {
  return <AuthorGuidelinesClient />;
}
