From 4bf3df444246b18df5617c4fc638879c29fa4c29 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 15 May 2024 14:25:11 +0200 Subject: [PATCH] Another lint fix --- .../src/components/canvas/utils/getElementProperties.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/story-editor/src/components/canvas/utils/getElementProperties.ts b/packages/story-editor/src/components/canvas/utils/getElementProperties.ts index afd3fc6a5986..2d3dbc6d1ac9 100644 --- a/packages/story-editor/src/components/canvas/utils/getElementProperties.ts +++ b/packages/story-editor/src/components/canvas/utils/getElementProperties.ts @@ -22,8 +22,8 @@ import { dataPixels } from '@googleforcreators/units'; import { elementIs, type ElementType, + type Element, getDefinitionForType, - Element, } from '@googleforcreators/elements'; import { DEFAULT_MASK } from '@googleforcreators/masks';