From 721a1435a595af627cd975713db07c24bd9a8632 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Fri, 26 Aug 2022 15:12:27 +1200 Subject: [PATCH] Remove redundant import from BestList --- BestList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/BestList.tsx b/BestList.tsx index 041f90f..8b48488 100644 --- a/BestList.tsx +++ b/BestList.tsx @@ -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([]);