From 1b4c6b15a7af94314b33a4f89bac6fb069985274 Mon Sep 17 00:00:00 2001 From: Josh Vlk Date: Thu, 9 Apr 2026 11:46:23 -0400 Subject: [PATCH] fix: Add .resi file for CommunityRoute.jsx --- app/routes/CommunityRoute.resi | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/routes/CommunityRoute.resi diff --git a/app/routes/CommunityRoute.resi b/app/routes/CommunityRoute.resi new file mode 100644 index 000000000..24a05d197 --- /dev/null +++ b/app/routes/CommunityRoute.resi @@ -0,0 +1,12 @@ +type loaderData = { + compiledMdx: CompiledMdx.t, + entries: array, + title: string, + description: string, + filePath: string, + categories: array, +} + +let loader: ReactRouter.Loader.t + +let default: unit => React.element