Migreate ui.js (#8)

* Rename js to ts

* Migrate ui.js
This commit is contained in:
Chenlei Hu
2024-06-14 14:28:39 -04:00
committed by GitHub
parent 92f5da72a4
commit bcf3a39de7
10 changed files with 120 additions and 84 deletions

View File

@@ -25,7 +25,7 @@
SOFTWARE.
*/
import { $el } from "../ui.js";
import { $el } from "../ui";
$el("style", {
parent: document.head,