Skip to content

Commit

Permalink
remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
austimkelly committed Oct 6, 2023
1 parent 02c16c6 commit a24419d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion riverdata/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState, useEffect} from 'react';
import { Platform } from 'react-native';
import { StyleSheet, Text, View, TouchableOpacity } from 'react-native';
import { NavigationContainer } from '@react-navigation/native';
import { createNativeStackNavigator } from '@react-navigation/native-stack';
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
Expand Down

0 comments on commit a24419d

Please sign in to comment.