Skip to content

Commit 4c25068

Browse files
committed
Functional new syntax for HTML
1 parent e24b6aa commit 4c25068

File tree

9 files changed

+488
-646
lines changed

9 files changed

+488
-646
lines changed

src/reactpy/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from reactpy import backend, config, html, logging, sample, svg, types, web, widgets
1+
from reactpy import backend, config, logging, types, web, widgets
2+
from reactpy._html import html
23
from reactpy.backend.utils import run
34
from reactpy.core import hooks
45
from reactpy.core.component import component
@@ -37,8 +38,6 @@
3738
"html_to_vdom",
3839
"logging",
3940
"run",
40-
"sample",
41-
"svg",
4241
"types",
4342
"use_callback",
4443
"use_connection",

0 commit comments

Comments
 (0)