fix tag missing for errorToDOM

This commit is contained in:
Bruno Windels 2020-11-30 12:49:41 +01:00
parent bb4450e562
commit 67cc43f3c0

View File

@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { setAttribute, text, isChildren, classNames, TAG_NAMES, HTML_NS } from "./html.js";
import { setAttribute, text, isChildren, classNames, TAG_NAMES, HTML_NS, tag } from "./html.js";
/**
Bindable template. Renders once, and allows bindings for given nodes. If you need