export const useGeneralSettings = () => useAsyncGraphQLQuery("GeneralSettings", {}, { transform: ({ generalSettings }) => generalSettings, });