From aa7f6b6d5b668f7436158c7ae78ec79932fc142a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 9 Aug 2024 12:41:49 +0100 Subject: [PATCH] fix(ui): set type to module --- ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/package.json b/ui/package.json index 37a1a6d99..7b784f4ab 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "license": "Apache-2.0", "private": true, + "type": "module", "dependencies": { "@floating-ui/react-dom": "2.1.1", "@fortawesome/fontawesome-svg-core": "6.6.0",