Add export for useSettingsNotifications hook
This commit is contained in:
parent
69bc6c6462
commit
adc783761c
|
@ -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';
|
Loading…
Reference in New Issue