diff --git a/ViewBest.tsx b/ViewBest.tsx index 4d19cb3..b115a5a 100644 --- a/ViewBest.tsx +++ b/ViewBest.tsx @@ -2,7 +2,7 @@ import {RouteProp, useRoute} from '@react-navigation/native' import {format} from 'date-fns' import {useEffect, useMemo, useState} from 'react' import {View} from 'react-native' -import {List, Text} from 'react-native-paper' +import {List} from 'react-native-paper' import {BestPageParams} from './BestPage' import Chart from './Chart' import {PADDING} from './constants'