From 8eaa8db835d95ba66b98017a9960905f5fe1479d Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Wed, 30 Jul 2025 17:11:03 +0200 Subject: [PATCH] =?UTF-8?q?Corrige=20la=20casse=20du=20nom=20de=20fichier?= =?UTF-8?q?=20pour=20la=20compatibilit=C3=A9=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scrollpanel/{VScrollpanel.vue => VScrollPanel.vue} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/scrollpanel/{VScrollpanel.vue => VScrollPanel.vue} (100%) diff --git a/src/components/scrollpanel/VScrollpanel.vue b/src/components/scrollpanel/VScrollPanel.vue similarity index 100% rename from src/components/scrollpanel/VScrollpanel.vue rename to src/components/scrollpanel/VScrollPanel.vue