Skip to content

Commit fd9fd84

Browse files
committed
chore: fixed lint issues
1 parent 22eca3b commit fd9fd84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import {useNetInfo} from '@react-native-community/netinfo';
22
import {NavigationContainer} from '@react-navigation/native';
3-
import React, {useEffect} from 'react';
4-
import {I18nextProvider, useTranslation} from 'react-i18next';
5-
import {Alert, StatusBar} from 'react-native';
3+
import React from 'react';
4+
import {I18nextProvider} from 'react-i18next';
5+
import {StatusBar} from 'react-native';
66
import FlashMessage from 'react-native-flash-message';
77
import {Provider} from 'react-redux';
88

0 commit comments

Comments
 (0)