import React from "react";
export const ClientScopesSection = () => {
return <>The Client Scopes Page</>;
};