From 5a2b1684aa0ad81c5828eba6f7547610eb217583 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 28 Jan 2026 15:36:37 +0300 Subject: [PATCH] Repository fix --- .../Organism/CRM/FournisseurDetailPresentation.vue | 4 ++-- .../CRM/fournisseur/FournisseurDetailContent.vue | 14 +++++++------- .../CRM/fournisseur/FournisseurDetailSidebar.vue | 4 ++-- .../Organism/Commande/CommandeListPresentation.vue | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/thanasoft-front/src/components/Organism/CRM/FournisseurDetailPresentation.vue b/thanasoft-front/src/components/Organism/CRM/FournisseurDetailPresentation.vue index eabcc9b..aeadbf2 100644 --- a/thanasoft-front/src/components/Organism/CRM/FournisseurDetailPresentation.vue +++ b/thanasoft-front/src/components/Organism/CRM/FournisseurDetailPresentation.vue @@ -65,8 +65,8 @@ import { defineProps, defineEmits, ref, computed } from "vue"; import { useContactStore } from "@/stores/contactStore"; import FournisseurDetailTemplate from "@/components/templates/CRM/FournisseurDetailTemplate.vue"; -import FournisseurDetailSidebar from "./Fournisseur/FournisseurDetailSidebar.vue"; -import FournisseurDetailContent from "./Fournisseur/FournisseurDetailContent.vue"; +import FournisseurDetailSidebar from "./fournisseur/FournisseurDetailSidebar.vue"; +import FournisseurDetailContent from "./fournisseur/FournisseurDetailContent.vue"; import { RouterLink } from "vue-router"; const props = defineProps({ diff --git a/thanasoft-front/src/components/Organism/CRM/fournisseur/FournisseurDetailContent.vue b/thanasoft-front/src/components/Organism/CRM/fournisseur/FournisseurDetailContent.vue index 3cd49c9..a86199a 100644 --- a/thanasoft-front/src/components/Organism/CRM/fournisseur/FournisseurDetailContent.vue +++ b/thanasoft-front/src/components/Organism/CRM/fournisseur/FournisseurDetailContent.vue @@ -58,13 +58,13 @@