diff options
Diffstat (limited to 'src/state/preferences/index.tsx')
-rw-r--r-- | src/state/preferences/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/preferences/index.tsx b/src/state/preferences/index.tsx index a442b763a..cf1d90151 100644 --- a/src/state/preferences/index.tsx +++ b/src/state/preferences/index.tsx @@ -15,6 +15,7 @@ export { useSetExternalEmbedPref, } from './external-embeds-prefs' export * from './hidden-posts' +export {useLabelDefinitions} from './label-defs' export function Provider({children}: React.PropsWithChildren<{}>) { return ( |