Skip to content

Commit 5961408

Browse files
committed
delete accidental files
1 parent fdaa492 commit 5961408

File tree

4 files changed

+2
-69
lines changed

4 files changed

+2
-69
lines changed

docs/source/guides/getting-started/_static/embed-reactpy-view/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ async def index(request):
1414

1515

1616
@component
17-
def IdomView():
17+
def ReactPyView():
1818
return html.code("This text came from an ReactPy App")
1919

2020

21-
configure(app, IdomView, Options(url_prefix="/_reactpy"))
21+
configure(app, ReactPyView, Options(url_prefix="/_reactpy"))
2222

2323
app.run(host="127.0.0.1", port=5000)

0 commit comments

Comments
 (0)