From 11250a6ee2e629dfd47017817d1d6e0b1d413d73 Mon Sep 17 00:00:00 2001 From: Vishnu Raghav B Date: Sun, 29 Nov 2020 18:29:19 +0530 Subject: [PATCH] removed unused imports --- app/store.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/store.js b/app/store.js index 7d5008ca..639c7595 100644 --- a/app/store.js +++ b/app/store.js @@ -1,9 +1,7 @@ import Vue from "vue" import Vuex from "vuex" import { Couchbase } from "nativescript-couchbase-plugin" -import { Color, getFileAccess } from "@nativescript/core" -import { CalendarEvent } from "nativescript-ui-calendar" -import { stat } from "fs" +import { getFileAccess } from "@nativescript/core" const EnRecipesDB = new Couchbase("EnRecipes") const userCategoriesDB = new Couchbase("userCategories") const userYieldUnitsDB = new Couchbase("userYieldUnits")