diff --git a/app/soapbox/queries/groups.ts b/app/soapbox/queries/groups.ts index 2291ba420..26152892e 100644 --- a/app/soapbox/queries/groups.ts +++ b/app/soapbox/queries/groups.ts @@ -113,7 +113,6 @@ const useGroup = (id: string) => { export { useGroup, - useGroups, usePendingGroups, GroupKeys, };