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