From 02903ce920b8c1cdbf5668fc5257786a977d20a3 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 22 Jan 2024 14:54:17 +0100 Subject: [PATCH] fix: fix types --- lib/util/Elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/Elements.js b/lib/util/Elements.js index 502b23972..cc82554ca 100644 --- a/lib/util/Elements.js +++ b/lib/util/Elements.js @@ -15,7 +15,7 @@ import { * @typedef {import('../model/Types').Element} Element * @typedef {import('../model/Types').Shape} Shape * - * @typedef {import('../../type/Types').Rect} Rect + * @typedef {import('../util/Types').Rect} Rect * * @typedef { { * allShapes: Record,