From 2f2e7baa422b788d590c5dafced0cb69a2c35f83 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Thu, 11 Feb 2021 11:39:29 +0100
Subject: [PATCH] fix: move footer-form

---
 src/app/app.module.ts                                        | 2 +-
 src/app/{ => form}/footer-form/footer-form.component.html    | 0
 src/app/{ => form}/footer-form/footer-form.component.scss    | 0
 src/app/{ => form}/footer-form/footer-form.component.spec.ts | 0
 src/app/{ => form}/footer-form/footer-form.component.ts      | 0
 5 files changed, 1 insertion(+), 1 deletion(-)
 rename src/app/{ => form}/footer-form/footer-form.component.html (100%)
 rename src/app/{ => form}/footer-form/footer-form.component.scss (100%)
 rename src/app/{ => form}/footer-form/footer-form.component.spec.ts (100%)
 rename src/app/{ => form}/footer-form/footer-form.component.ts (100%)

diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 8bcb3953a..76b6da88f 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -29,7 +29,7 @@ import { ResetPasswordComponent } from './reset-password/reset-password.componen
 import { AdminModule } from './admin/admin.module';
 import { AdminGuard } from './guards/admin.guard';
 import { DeactivateGuard } from './guards/deactivate.guard';
-import { FooterFormComponent } from './footer-form/footer-form.component';
+import { FooterFormComponent } from './form/footer-form/footer-form.component';
 
 @NgModule({
   declarations: [
diff --git a/src/app/footer-form/footer-form.component.html b/src/app/form/footer-form/footer-form.component.html
similarity index 100%
rename from src/app/footer-form/footer-form.component.html
rename to src/app/form/footer-form/footer-form.component.html
diff --git a/src/app/footer-form/footer-form.component.scss b/src/app/form/footer-form/footer-form.component.scss
similarity index 100%
rename from src/app/footer-form/footer-form.component.scss
rename to src/app/form/footer-form/footer-form.component.scss
diff --git a/src/app/footer-form/footer-form.component.spec.ts b/src/app/form/footer-form/footer-form.component.spec.ts
similarity index 100%
rename from src/app/footer-form/footer-form.component.spec.ts
rename to src/app/form/footer-form/footer-form.component.spec.ts
diff --git a/src/app/footer-form/footer-form.component.ts b/src/app/form/footer-form/footer-form.component.ts
similarity index 100%
rename from src/app/footer-form/footer-form.component.ts
rename to src/app/form/footer-form/footer-form.component.ts
-- 
GitLab