From 0922e7f865d61295adc6807f2776a80ce70fe711 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 7 Dec 2019 03:16:32 -0500 Subject: Delete main page component that was no longer needed --- recipeBuddy/src/app/app.module.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipeBuddy/src/app/app.module.ts') diff --git a/recipeBuddy/src/app/app.module.ts b/recipeBuddy/src/app/app.module.ts index 3dd0f53..b327d6e 100644 --- a/recipeBuddy/src/app/app.module.ts +++ b/recipeBuddy/src/app/app.module.ts @@ -4,7 +4,6 @@ import { FormsModule } from '@angular/forms'; import { MatCardModule } from '@angular/material'; import { AppComponent } from './app.component'; -import { MainPageComponent } from './main-page/main-page.component'; import { RecipeCardComponent } from './recipe-card/recipe-card.component'; import { CookPageComponent} from './cook-page/cook-page.component'; import { StepCardComponent } from './cook-page/step-card/step-card.component'; @@ -14,7 +13,6 @@ import { AppRoutingModule } from './app-routing.module'; @NgModule({ declarations: [ AppComponent, - MainPageComponent, RecipeCardComponent, CookPageComponent, StepCardComponent -- cgit v1.1