diff --git a/hooks/useThemeColors.ts b/hooks/useThemeColors.ts index 6d9d07b..437f11b 100644 --- a/hooks/useThemeColors.ts +++ b/hooks/useThemeColors.ts @@ -1,4 +1,4 @@ -import { useRecovery } from '../contexts/RecoveryContext'; +import { useRecovery } from './useRecovery'; export function useThemeColors() { const { userProfile } = useRecovery(); diff --git a/package-lock.json b/package-lock.json index 908d9d7..399be39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sober-path", - "version": "1.19.0", + "version": "1.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sober-path", - "version": "1.19.0", + "version": "1.20.0", "dependencies": { "@expo-google-fonts/inter": "^0.4.1", "@expo/metro-runtime": "~5.0.5",