diff --git a/docs/source/creating-interfaces/your-first-components/index.rst b/docs/source/creating-interfaces/your-first-components/index.rst index 5e53f310b..00b409ebb 100644 --- a/docs/source/creating-interfaces/your-first-components/index.rst +++ b/docs/source/creating-interfaces/your-first-components/index.rst @@ -69,6 +69,8 @@ block: .. testcode:: + from idom import html + html.ul( html._( html.li("Group 1 Item 1"),