From 1144b863a287b5d5c50e87e799f960b9a4edd45d Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Mon, 24 Apr 2023 13:01:01 -0400 Subject: [PATCH] Fix export --- app/soapbox/queries/groups.ts | 1 - 1 file changed, 1 deletion(-) 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, };