import ClientSyncContent from "./content";

export default async function ClientSync() {
  return <ClientSyncContent />;
}
