export default function SpecificModule({ params }: { params: { id: string } }) { return
Module {params.id}
; }