website/app/routes/_landingpage_.docs._index.tsx
2024-12-30 21:13:33 +01:00

11 lines
333 B
TypeScript

/*
The $splat route _landingpage_.docs.$.tsx doesn't get called on Index,
so we simply re-export the loader and RouteComponent from that file.
*/
import RouteComponent from "./_landingpage_.docs.$";
export { loader } from "./_landingpage_.docs.$";
export { meta } from "./_landingpage_.docs.$";
export default RouteComponent;