diff --git a/no-ocr-ui/src/stores/authStore.ts b/no-ocr-ui/src/stores/authStore.ts index 90ce9a3..06d7687 100644 --- a/no-ocr-ui/src/stores/authStore.ts +++ b/no-ocr-ui/src/stores/authStore.ts @@ -1,6 +1,6 @@ import { create } from 'zustand'; import { AuthState } from '../types/auth'; -import { supabase } from '../lib/supabase'; +import { supabase } from '../config/supabase'; export const useAuthStore = create((set) => ({ user: null,