chore: remove deprecated import

This commit is contained in:
Settel 2022-08-11 18:39:33 +02:00
parent 95db3c83aa
commit e2ac2e4389

View File

@ -2,7 +2,7 @@ import { Ref, ref } from 'vue'
import { callApi, QueryParams } from '@/composables/engine/callApi'
import { start, stop } from '@/composables/engine/startStop'
import { fetchUpdate } from '@/composables/engine/fetchUpdate'
import { getQuotes, deleteQuote, createQuote, saveQuote } from '@/composables/engine/quotes'
import { getQuotes, deleteQuote, saveQuote } from '@/composables/engine/quotes'
import type { Quotes } from '@/composables/engine.d'
interface EngineContext {