refactor(core): remove legacy plebbit terminology

This commit is contained in:
Tommaso Casaburi
2026-04-17 10:48:27 +07:00
parent e366dac25c
commit ee7a5b5778
158 changed files with 626 additions and 836 deletions
-6
View File
@@ -72,9 +72,3 @@ export const useCommunityField = <T>(communityAddress: string | undefined, selec
return field;
};
/**
* Back-compat exports for old hook names.
*/
export const useStableSubplebbit = useStableCommunity;
export const useSubplebbitField = useCommunityField;