diff --git a/frontend/app/view/term/term.tsx b/frontend/app/view/term/term.tsx index 62f770032..d3f7ccdc5 100644 --- a/frontend/app/view/term/term.tsx +++ b/frontend/app/view/term/term.tsx @@ -112,10 +112,12 @@ const testVDom: VDomElem = { tag: "div", children: [ { + id: "testh1", tag: "h1", children: [vdomText("Hello World")], }, { + id: "testp", tag: "p", children: [vdomText("This is a paragraph (from VDOM)")], },