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