build ok,
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import type { FirebaseApp } from 'firebase/app';
|
||||
import type { Auth as AuthType } from 'firebase/auth';
|
||||
import type { Firestore as FirestoreType } from 'firebase/firestore';
|
||||
|
||||
import { getAuth } from 'firebase/auth';
|
||||
import { initializeApp } from 'firebase/app';
|
||||
import type { Auth as AuthType } from 'firebase/auth';
|
||||
import { getAuth } from 'firebase/auth';
|
||||
import type { Firestore as FirestoreType } from 'firebase/firestore';
|
||||
import { getFirestore } from 'firebase/firestore';
|
||||
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
@@ -1,7 +1,5 @@
|
||||
import type { SupabaseClient } from '@supabase/supabase-js';
|
||||
|
||||
import { createClient } from '@supabase/supabase-js';
|
||||
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user