diff --git a/src/app/components/layout/layout.component.html b/src/app/components/layout/layout.component.html
index 302439b..7c958fc 100644
--- a/src/app/components/layout/layout.component.html
+++ b/src/app/components/layout/layout.component.html
@@ -18,15 +18,6 @@
-
+
\ No newline at end of file
diff --git a/src/app/components/layout/layout.component.ts b/src/app/components/layout/layout.component.ts
index 7bdb9d2..3ea0107 100644
--- a/src/app/components/layout/layout.component.ts
+++ b/src/app/components/layout/layout.component.ts
@@ -3,6 +3,7 @@ import { CommonModule } from '@angular/common';
import { RouterModule } from '@angular/router';
import { NavbarComponent } from '../navbar/navbar.component';
import { SidebarComponent } from '../sidebar/sidebar.component';
+import { FooterComponent } from "../footer/footer.component";
@Component({
selector: 'app-layout',
@@ -10,8 +11,9 @@ import { SidebarComponent } from '../sidebar/sidebar.component';
CommonModule,
RouterModule,
NavbarComponent,
- SidebarComponent
- ],
+ SidebarComponent,
+ FooterComponent
+],
templateUrl: './layout.component.html',
styleUrl: './layout.component.scss',
standalone: true,
diff --git a/src/app/pages/home/home.component.html b/src/app/pages/home/home.component.html
index cf83cdb..3cc4f7e 100644
--- a/src/app/pages/home/home.component.html
+++ b/src/app/pages/home/home.component.html
@@ -87,6 +87,4 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file