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 { 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user