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