diff --git a/packages/greact/lib/jsx/jsx-runtime.ts b/packages/greact/lib/jsx/jsx-runtime.ts index 7fee7ab..a00a4a1 100644 --- a/packages/greact/lib/jsx/jsx-runtime.ts +++ b/packages/greact/lib/jsx/jsx-runtime.ts @@ -1,6 +1,6 @@ +import type GObject20 from "gi://GObject?version=2.0"; import { renderJSX } from "./render"; import type { GtkElements, GtkTag, JSXChildren } from "./types"; -import type GObject20 from "gi://GObject?version=2.0"; namespace JSX { // Allow any html tag