summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/app.module.ts
diff options
context:
space:
mode:
authorJacob <gatelyjm@clarkson.edu>2019-12-07 03:16:32 -0500
committerJacob <gatelyjm@clarkson.edu>2019-12-07 03:16:32 -0500
commit0922e7f865d61295adc6807f2776a80ce70fe711 (patch)
treeaab35078100d61494b384e0598ee25dea40c434f /recipeBuddy/src/app/app.module.ts
parenta64074c892b7567ea822454e54aa4d8501a89194 (diff)
Delete main page component that was no longer needed
Diffstat (limited to 'recipeBuddy/src/app/app.module.ts')
-rw-r--r--recipeBuddy/src/app/app.module.ts2
1 files changed, 0 insertions, 2 deletions
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