Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Apr 9, 2024
1 parent 083ab8d commit 3a31588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PropertyGrid.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BaseCustomWebComponentConstructorAppend, TypedEvent, css, html } from "@node-projects/base-custom-webcomponent";
import { Wunderbaum } from 'wunderbaum';
//@ts-ignore
import wunderbaumStyle from 'wunderbaum/dist/wunderbaum.css' assert { type: 'css' };
import wunderbaumStyle from 'wunderbaum/dist/wunderbaum.css' with { type: 'css' };
import { WunderbaumNode } from "wb_node";
import { WbNodeData, WbRenderEventType } from "types";

Expand Down

0 comments on commit 3a31588

Please sign in to comment.