Remove unused imports

This commit is contained in:
Cadence Ember
2022-11-15 20:49:25 +13:00
parent bf6efde979
commit 324e34eb72
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {h, htm, render, useState, useEffect, createContext, useContext, signal, computed, effect} from "./preact.js"
import {h, htm, render, signal, computed, effect} from "./preact.js"
const html = htm.bind(h)
const classNames = classArr => classArr.filter(el => el).join(" ")