[REM] component: remove support for css tag

This commit is contained in:
Géry Debongnie
2021-12-20 16:19:07 +01:00
committed by Aaron Bohy
parent 7e40fa300a
commit 416deeb865
22 changed files with 36 additions and 322 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
import { App, Component, mount, onMounted, onWillStart, useState } from "../../src";
import { App, Component, mount, onMounted, onWillStart, useState, xml } from "../../src";
import {
onWillPatch,
onWillUnmount,
@@ -7,7 +7,6 @@ import {
onWillRender,
} from "../../src/component/lifecycle_hooks";
import { status } from "../../src/component/status";
import { xml } from "../../src/tags";
import {
elem,
makeDeferred,