Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaySimakov committed Aug 29, 2023
1 parent 6b85fb8 commit dd30268
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { StatusBar } from 'expo-status-bar';
import React from 'react';
import { StyleSheet, Text, View } from 'react-native';
import IndexScreen from './src/index';

export default function App() {
Expand Down

0 comments on commit dd30268

Please sign in to comment.