Delete unused variable from Routes.tsx

This commit is contained in:
Brandon Presley 2022-12-30 20:29:47 +13:00
parent 3603c67133
commit f48124123c
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import {createDrawerNavigator} from '@react-navigation/drawer'
import {useMemo} from 'react'
import {Platform} from 'react-native'
import {IconButton} from 'react-native-paper'
import BestPage from './BestPage'
import {DrawerParamList} from './drawer-param-list'