Skip to content

Commit

Permalink
changed touchableopactiy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
foloy authored and foloy committed Oct 11, 2023
1 parent 61eefe3 commit 3681ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/DummyQueries.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { View } from 'react-native';
import { TouchableOpacity, View } from 'react-native';
import { Text } from 'react-native-elements';
import { TouchableOpacity } from 'react-native-gesture-handler';
import styles from '../src/app/styles';
import supabase from './supabase';

Expand Down
3 changes: 1 addition & 2 deletions src/app/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Link } from 'expo-router';
import { Text, View } from 'react-native';
import { TouchableOpacity } from 'react-native-gesture-handler';
import { Text, TouchableOpacity, View } from 'react-native';
import DummyQueries from '../../lib/DummyQueries';
import styles from './styles';

Expand Down

0 comments on commit 3681ac0

Please sign in to comment.