import { getPartialsConfig, makePartials, } from "$root/defaults/makePartials.tsx"; import { EmptyObject } from "$root/defaults/interfaces.ts"; type MobilityIndexProps = EmptyObject; export function Index(_props: MobilityIndexProps) { return
Nothing to see here...
; } export const config = getPartialsConfig(); export default makePartials(Index);