diff --git a/src/routes/ResistantRow.tsx b/src/routes/Liste/List/ResistantRow.tsx similarity index 77% rename from src/routes/ResistantRow.tsx rename to src/routes/Liste/List/ResistantRow.tsx index 4e6f29d..ada366e 100644 --- a/src/routes/ResistantRow.tsx +++ b/src/routes/Liste/List/ResistantRow.tsx @@ -1,7 +1,7 @@ -import { Resistant } from "../Resistant"; import { useNavigate } from "react-router"; -import { Separator } from "../components/Separator"; -import { getResistantPhotoUrl } from "../getResistantPhotoUrl"; +import { Resistant } from "../../../Resistant"; +import { getResistantPhotoUrl } from "../../../getResistantPhotoUrl"; +import { Separator } from "../../../components/Separator"; interface Props { resistant: Resistant; @@ -46,9 +46,8 @@ export const ResistantRow = ({ resistant }: Props) => {
@@ -56,14 +55,7 @@ export const ResistantRow = ({ resistant }: Props) => { {resistant.noms}, parents de {resistant.enfants}
-({resistant.departement}, Académie de {resistant.academie} @@ -71,14 +63,7 @@ export const ResistantRow = ({ resistant }: Props) => { {resistant.mention}
-