Skip to content

Commit b636cac

Browse files
committed
Add initial Dom api (Dom.Storage still missing)
1 parent 963fd2a commit b636cac

File tree

2 files changed

+856
-0
lines changed

2 files changed

+856
-0
lines changed

common/App.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ let default = (props: props): React.element => {
8484
| (_, Some("js")) => <JsDocsLayout.Docs> content </JsDocsLayout.Docs>
8585
| (_, Some("belt")) =>
8686
<BeltDocsLayout.Docs> content </BeltDocsLayout.Docs>
87+
| (_, Some("dom")) => <BeltDocsLayout.Docs> content </BeltDocsLayout.Docs>
8788
| _ => React.null
8889
}
8990
// common routes

0 commit comments

Comments
 (0)