Remove unused import
This commit is contained in:
parent
21263d4574
commit
d4588413e4
1 changed files with 0 additions and 1 deletions
1
src/js/typings/globals.d.ts
vendored
1
src/js/typings/globals.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue