Remove redundant import from BestList

This commit is contained in:
Brandon Presley 2022-08-26 15:12:27 +12:00
parent ad1cedec48
commit 721a1435a5
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ import {List, Searchbar} from 'react-native-paper';
import {DatabaseContext} from './App';
import Best from './best';
import {BestPageParams} from './BestPage';
import DrawerMenu from './DrawerMenu';
export default function BestList() {
const [bests, setBests] = useState<Best[]>([]);