chore: remove deprecated import
This commit is contained in:
parent
95db3c83aa
commit
e2ac2e4389
@ -2,7 +2,7 @@ import { Ref, ref } from 'vue'
|
|||||||
import { callApi, QueryParams } from '@/composables/engine/callApi'
|
import { callApi, QueryParams } from '@/composables/engine/callApi'
|
||||||
import { start, stop } from '@/composables/engine/startStop'
|
import { start, stop } from '@/composables/engine/startStop'
|
||||||
import { fetchUpdate } from '@/composables/engine/fetchUpdate'
|
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'
|
import type { Quotes } from '@/composables/engine.d'
|
||||||
|
|
||||||
interface EngineContext {
|
interface EngineContext {
|
||||||
|
Loading…
Reference in New Issue
Block a user