Commit 5567c4230ce9de66c78a1437d5e5fc1fcce77637
1 parent
7ce3e14ac6
Exists in
master
and in
1 other branch
Borrado de importaciones.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/app/app.module.ts
... | ... | @@ -3,7 +3,6 @@ import { NgModule } from '@angular/core'; |
3 | 3 | |
4 | 4 | import { AppRoutingModule } from './app-routing.module'; |
5 | 5 | import { AppComponent } from './app.component'; |
6 | -import { FooterComponent } from './footer/footer.component'; | |
7 | 6 | import { HeaderComponent } from './header/header.component'; |
8 | 7 | import { SidebarComponent } from './sidebar/sidebar.component'; |
9 | 8 | import { CarouselComponent } from './carousel/carousel.component'; |
... | ... | @@ -12,7 +11,6 @@ import { HomeComponent } from './home/home.component'; |
12 | 11 | @NgModule({ |
13 | 12 | declarations: [ |
14 | 13 | AppComponent, |
15 | - FooterComponent, | |
16 | 14 | HeaderComponent, |
17 | 15 | SidebarComponent, |
18 | 16 | CarouselComponent, |