Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f418b61

Browse files
committedMay 4, 2025·
remove reasoncompiler components
1 parent 3132ebf commit f418b61

File tree

3 files changed

+0
-100
lines changed

3 files changed

+0
-100
lines changed
 

‎src/common/App.res

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ let make = (props: props): React.element => {
141141
| _ => React.null
142142
}}
143143
</EnableCollapsibleNavbar>
144-
| {base: ["docs", "reason-compiler"], version: Latest} =>
145-
<EnableCollapsibleNavbar>
146-
<ReasonCompilerDocsLayout> content </ReasonCompilerDocsLayout>
147-
</EnableCollapsibleNavbar>
148144
// common routes
149145
| {base} =>
150146
switch List.fromArray(base) {

‎src/layouts/ReasonCompilerDocsLayout.res

Lines changed: 0 additions & 94 deletions
This file was deleted.

‎src/layouts/ReasonCompilerDocsLayout.resi

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.