From 2f9da4c9fefccc1908136f80052746a6961a6c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 20 Nov 2025 21:27:09 +0100 Subject: [PATCH] fix: add missing Command type import in layer-commands --- core/commands/layer-commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/layer-commands.ts b/core/commands/layer-commands.ts index d780642..ab149ec 100644 --- a/core/commands/layer-commands.ts +++ b/core/commands/layer-commands.ts @@ -1,6 +1,6 @@ import { BaseCommand } from './base-command'; import { useLayerStore } from '@/store'; -import type { Layer, LayerUpdate, CreateLayerParams } from '@/types'; +import type { Layer, LayerUpdate, CreateLayerParams, Command } from '@/types'; /** * Command to create a new layer