Skip to content

Commit 3a31588

Browse files
committed
fixes
1 parent 083ab8d commit 3a31588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PropertyGrid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BaseCustomWebComponentConstructorAppend, TypedEvent, css, html } from "@node-projects/base-custom-webcomponent";
22
import { Wunderbaum } from 'wunderbaum';
33
//@ts-ignore
4-
import wunderbaumStyle from 'wunderbaum/dist/wunderbaum.css' assert { type: 'css' };
4+
import wunderbaumStyle from 'wunderbaum/dist/wunderbaum.css' with { type: 'css' };
55
import { WunderbaumNode } from "wb_node";
66
import { WbNodeData, WbRenderEventType } from "types";
77

0 commit comments

Comments
 (0)