Add export for useSettingsNotifications hook

This commit is contained in:
danidfra 2024-10-03 15:34:44 -03:00
parent 69bc6c6462
commit adc783761c
1 changed files with 2 additions and 1 deletions

View File

@ -21,4 +21,5 @@ export { useRegistrationStatus } from './useRegistrationStatus';
export { useSettings } from './useSettings';
export { useSoapboxConfig } from './useSoapboxConfig';
export { useSystemTheme } from './useSystemTheme';
export { useTheme } from './useTheme';
export { useTheme } from './useTheme';
export { useSettingsNotifications } from './useSettingsNotifications';