removed unused imports
This commit is contained in:
parent
c895882219
commit
11250a6ee2
1 changed files with 1 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue