From 298d63cceb75175579dbbf380e45d73f081a4859 Mon Sep 17 00:00:00 2001 From: odentas Date: Sat, 27 Dec 2025 15:48:51 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Renommer=20fichiers=20modaux=20=C3=A0=20?= =?UTF-8?q?leur=20nom=20d=C3=A9finitif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/{confirmation-modal-temp.tsx => confirmation-modal.tsx} | 0 components/ui/{loading-modal-temp.tsx => loading-modal.tsx} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename components/ui/{confirmation-modal-temp.tsx => confirmation-modal.tsx} (100%) rename components/ui/{loading-modal-temp.tsx => loading-modal.tsx} (100%) diff --git a/components/ui/confirmation-modal-temp.tsx b/components/ui/confirmation-modal.tsx similarity index 100% rename from components/ui/confirmation-modal-temp.tsx rename to components/ui/confirmation-modal.tsx diff --git a/components/ui/loading-modal-temp.tsx b/components/ui/loading-modal.tsx similarity index 100% rename from components/ui/loading-modal-temp.tsx rename to components/ui/loading-modal.tsx