From e08b1395c1a8db0602d9d2b9c8af5fb258f667cd Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 14 Apr 2025 09:17:45 -0400 Subject: [PATCH] remove unused import --- packages/greact/lib/jsx/jsx-runtime.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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