export const useSiteOptions = () => useAsyncGraphQLQuery( "SiteOptions", {}, { transform: (data) => data.siteOptionsPage?.groupSiteOptions, }, );