Remove redundant code from Routes.tsx

This commit is contained in:
Brandon Presley 2022-11-01 16:55:36 +13:00
parent af9dcd0b13
commit 6d49cbcc80
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import {createDrawerNavigator} from '@react-navigation/drawer'
import {useEffect, useMemo, useState} from 'react'
import {DeviceEventEmitter} from 'react-native'
import {IconButton, Snackbar, useTheme} from 'react-native-paper'
import {useMemo} from 'react'
import {IconButton} from 'react-native-paper'
import BestPage from './BestPage'
import {DrawerParamList} from './drawer-param-list'
import HomePage from './HomePage'