Skip to content

Commit 01ec02b

Browse files
committed
restructure after seeing new react docs
1 parent 21a94c0 commit 01ec02b

File tree

65 files changed

+455
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+455
-406
lines changed

docs/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def forward_to_index(request):
3030
def make_component():
3131
mount, component = multiview()
3232

33-
examples_dir = HERE / "source" / "examples"
33+
examples_dir = HERE / "source" / "_examples"
3434
sys.path.insert(0, str(examples_dir))
3535

3636
original_run = idom.run
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)