Skip to content

Commit 1bc5605

Browse files
authored
fix: Add .resi file for CommunityRoute.jsx (#1238)
1 parent c2d8178 commit 1bc5605

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

app/routes/CommunityRoute.resi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
type loaderData = {
2+
compiledMdx: CompiledMdx.t,
3+
entries: array<TableOfContents.entry>,
4+
title: string,
5+
description: string,
6+
filePath: string,
7+
categories: array<SidebarLayout.Sidebar.Category.t>,
8+
}
9+
10+
let loader: ReactRouter.Loader.t<loaderData>
11+
12+
let default: unit => React.element

0 commit comments

Comments
 (0)