diff options
Diffstat (limited to 'apps/mobile/hooks/index.ts')
| -rw-r--r-- | apps/mobile/hooks/index.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/mobile/hooks/index.ts b/apps/mobile/hooks/index.ts new file mode 100644 index 0000000..2fa97fc --- /dev/null +++ b/apps/mobile/hooks/index.ts @@ -0,0 +1,9 @@ +/** + * Hooks exports + */ +export { + useThemeColors, + useThemeColor, + useThemeColorSet, + useIsDarkMode, +} from './useThemeColor'; |
