Skip to content

Commit 910b0f8

Browse files
committed
restore lazy components
1 parent 41fc3e7 commit 910b0f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/DocsonLazy.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let make = Docson.make
1+
let make = React.lazy_(() => import(Docson.make))

src/playground/PlaygroundLazy.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let make = Playground.make
1+
let make = React.lazy_(() => import(Playground.make))

0 commit comments

Comments
 (0)