From 76017be226ba368ff557f4f36c15c594e2f912e4 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 1 Dec 2022 14:18:37 +1300 Subject: [PATCH] Remove unused variable from StartPlan --- StartPlan.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StartPlan.tsx b/StartPlan.tsx index b60c3f8..ebc4124 100644 --- a/StartPlan.tsx +++ b/StartPlan.tsx @@ -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'