remove unused import
This commit is contained in:
parent
37513bfc2c
commit
e08b1395c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
import type GObject20 from "gi://GObject?version=2.0";
|
||||||
import { renderJSX } from "./render";
|
import { renderJSX } from "./render";
|
||||||
import type { GtkElements, GtkTag, JSXChildren } from "./types";
|
import type { GtkElements, GtkTag, JSXChildren } from "./types";
|
||||||
import type GObject20 from "gi://GObject?version=2.0";
|
|
||||||
|
|
||||||
namespace JSX {
|
namespace JSX {
|
||||||
// Allow any html tag
|
// Allow any html tag
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue