Skip to content

Commit

Permalink
save file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewong2 committed Oct 13, 2023
1 parent 1b74b64 commit 34ad0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supabase/DummyQueries.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Text, TouchableOpacity, View } from 'react-native';
import supabase from '../../lib/supabase';
import styles from '../app/styles';
import supabase from './createClient';

export default function DummyQueries() {
let queryHolder;
Expand Down

0 comments on commit 34ad0d2

Please sign in to comment.