Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewong2 committed Oct 12, 2023
1 parent 8448bde commit d1687c4
Show file tree
Hide file tree
Showing 4 changed files with 2,803 additions and 6,318 deletions.
1 change: 0 additions & 1 deletion lib/supabase.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { createClient } from '@supabase/supabase-js';
import 'react-native-url-polyfill/auto';

if (!process.env.SUPABASE_URL || !process.env.SUPABASE_ANON_KEY) {
throw new Error('Supabase environment variables are not defined.');
Expand Down
Loading

0 comments on commit d1687c4

Please sign in to comment.