resistants/src/getResistantPageUrl.tsx

5 lines
155 B
TypeScript

import { Resistant } from "./Resistant";
export const getResistantPageUrl = (resistant: Resistant) =>
`https://www.enfance-libre.fr/#/${resistant.id}`;