From 7ed131db47ac6cef831f33c1914adafd8b1e6596 Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Sun, 18 Feb 2024 20:16:36 +0100 Subject: [PATCH] fix --- .../{ => lib}/template_cloudnord/.DS_Store | Bin .../{ => lib}/template_cloudnord/convention_fr.ts | 0 .../{ => lib}/template_cloudnord/invoice_fr.ts | 0 .../template_cloudnord/proforma_invoice_fr.ts | 0 .../generator/{ => lib}/template_devfest/.DS_Store | Bin .../{ => lib}/template_devfest/convention_en.ts | 0 .../{ => lib}/template_devfest/convention_fr.ts | 0 .../{ => lib}/template_devfest/invoice_fr.ts | 0 .../template_devfest/proforma_invoice_fr.ts | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename functions/src/generator/{ => lib}/template_cloudnord/.DS_Store (100%) rename functions/src/generator/{ => lib}/template_cloudnord/convention_fr.ts (100%) rename functions/src/generator/{ => lib}/template_cloudnord/invoice_fr.ts (100%) rename functions/src/generator/{ => lib}/template_cloudnord/proforma_invoice_fr.ts (100%) rename functions/src/generator/{ => lib}/template_devfest/.DS_Store (100%) rename functions/src/generator/{ => lib}/template_devfest/convention_en.ts (100%) rename functions/src/generator/{ => lib}/template_devfest/convention_fr.ts (100%) rename functions/src/generator/{ => lib}/template_devfest/invoice_fr.ts (100%) rename functions/src/generator/{ => lib}/template_devfest/proforma_invoice_fr.ts (100%) diff --git a/functions/src/generator/template_cloudnord/.DS_Store b/functions/src/generator/lib/template_cloudnord/.DS_Store similarity index 100% rename from functions/src/generator/template_cloudnord/.DS_Store rename to functions/src/generator/lib/template_cloudnord/.DS_Store diff --git a/functions/src/generator/template_cloudnord/convention_fr.ts b/functions/src/generator/lib/template_cloudnord/convention_fr.ts similarity index 100% rename from functions/src/generator/template_cloudnord/convention_fr.ts rename to functions/src/generator/lib/template_cloudnord/convention_fr.ts diff --git a/functions/src/generator/template_cloudnord/invoice_fr.ts b/functions/src/generator/lib/template_cloudnord/invoice_fr.ts similarity index 100% rename from functions/src/generator/template_cloudnord/invoice_fr.ts rename to functions/src/generator/lib/template_cloudnord/invoice_fr.ts diff --git a/functions/src/generator/template_cloudnord/proforma_invoice_fr.ts b/functions/src/generator/lib/template_cloudnord/proforma_invoice_fr.ts similarity index 100% rename from functions/src/generator/template_cloudnord/proforma_invoice_fr.ts rename to functions/src/generator/lib/template_cloudnord/proforma_invoice_fr.ts diff --git a/functions/src/generator/template_devfest/.DS_Store b/functions/src/generator/lib/template_devfest/.DS_Store similarity index 100% rename from functions/src/generator/template_devfest/.DS_Store rename to functions/src/generator/lib/template_devfest/.DS_Store diff --git a/functions/src/generator/template_devfest/convention_en.ts b/functions/src/generator/lib/template_devfest/convention_en.ts similarity index 100% rename from functions/src/generator/template_devfest/convention_en.ts rename to functions/src/generator/lib/template_devfest/convention_en.ts diff --git a/functions/src/generator/template_devfest/convention_fr.ts b/functions/src/generator/lib/template_devfest/convention_fr.ts similarity index 100% rename from functions/src/generator/template_devfest/convention_fr.ts rename to functions/src/generator/lib/template_devfest/convention_fr.ts diff --git a/functions/src/generator/template_devfest/invoice_fr.ts b/functions/src/generator/lib/template_devfest/invoice_fr.ts similarity index 100% rename from functions/src/generator/template_devfest/invoice_fr.ts rename to functions/src/generator/lib/template_devfest/invoice_fr.ts diff --git a/functions/src/generator/template_devfest/proforma_invoice_fr.ts b/functions/src/generator/lib/template_devfest/proforma_invoice_fr.ts similarity index 100% rename from functions/src/generator/template_devfest/proforma_invoice_fr.ts rename to functions/src/generator/lib/template_devfest/proforma_invoice_fr.ts