Add missing import

This commit is contained in:
Matthias 2022-11-01 17:33:31 +01:00
parent 7cd5f094e1
commit 880e02bc40

View File

@ -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', {