[REF] small cleanup for template helpers

This commit is contained in:
Géry Debongnie
2022-03-02 10:04:54 +01:00
committed by Samuel Degueldre
parent 2a1b99be2d
commit 79738e00c7
6 changed files with 44 additions and 35 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { onWillUnmount } from "./component/lifecycle_hooks";
import { xml } from "./app/template_set";
import { xml } from "./utils";
import { BDom, text, VNode } from "./blockdom";
import { Component } from "./component/component";