mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
Add missing import
This commit is contained in:
parent
7cd5f094e1
commit
880e02bc40
|
@ -5,7 +5,7 @@ import {
|
|||
storeCustomPlotConfig,
|
||||
storePlotConfigName,
|
||||
} from '@/shared/storage';
|
||||
import { PlotConfigStorage, EMPTY_PLOTCONFIG } from '@/types';
|
||||
import { PlotConfigStorage, EMPTY_PLOTCONFIG, PlotConfig } from '@/types';
|
||||
import { defineStore } from 'pinia';
|
||||
|
||||
export const usePlotConfigStore = defineStore('plotConfig', {
|
||||
|
|
Loading…
Reference in New Issue
Block a user