From 880e02bc40055926937f69301336cb1ea71432cd Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 1 Nov 2022 17:33:31 +0100 Subject: [PATCH] Add missing import --- src/stores/plotConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/plotConfig.ts b/src/stores/plotConfig.ts index 3c789fcf..0f5f49af 100644 --- a/src/stores/plotConfig.ts +++ b/src/stores/plotConfig.ts @@ -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', {