Skip to content

Commit

Permalink
fix auth
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Dec 20, 2024
1 parent f148928 commit c480d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion no-ocr-ui/src/stores/authStore.ts
Original file line number Diff line number Diff line change
@@ -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<AuthState>((set) => ({
user: null,
Expand Down

0 comments on commit c480d1f

Please sign in to comment.