Remove unused variable from StartPlan

This commit is contained in:
Brandon Presley 2022-12-01 14:18:37 +13:00
parent 26e0391022
commit 76017be226
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import {NativeModules, TextInput, View} from 'react-native'
import {FlatList} from 'react-native-gesture-handler'
import {Button} from 'react-native-paper'
import {getBestSet} from './best.service'
import {MARGIN, PADDING} from './constants'
import {PADDING} from './constants'
import CountMany from './count-many'
import {AppDataSource} from './data-source'
import {getNow, setRepo, settingsRepo} from './db'