Skip to content

Commit

Permalink
restructure file format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewong2 committed Oct 12, 2023
1 parent e0d42c2 commit 69505c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Link } from 'expo-router';
import { Text, TouchableOpacity, View } from 'react-native';
import DummyQueries from '../../lib/DummyQueries';
import DummyQueries from '../supabase/queries/DummyQueries';
import styles from './styles';

function StartScreen() {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Text, TouchableOpacity, View } from 'react-native';
import styles from '../src/app/styles';
import supabase from './supabase';
import styles from '../../app/styles';
import supabase from '../createClient';

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

0 comments on commit 69505c4

Please sign in to comment.