Remove unused import

This commit is contained in:
0x1eef 2024-08-31 00:31:47 -03:00
parent 21263d4574
commit d4588413e4

View file

@ -1,6 +1,5 @@
import * as preact from "preact";
import * as hooks from "preact/hooks";
import fn from "classnames";
declare global {
const render: typeof preact.render;