remove unused import

This commit is contained in:
Benjamin Palko 2025-04-14 09:17:45 -04:00
parent 37513bfc2c
commit e08b1395c1

View file

@ -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