diff options
| author | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-10 19:59:41 -0500 |
|---|---|---|
| committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-10 19:59:41 -0500 |
| commit | 77f57229c02521f00be16fe27e8e672f06809dbc (patch) | |
| tree | f7d71352f0aaca721cf81c4074baba14494fa216 | |
| parent | f8032f3efd65bf4b040b35bb25232616d94eabde (diff) | |
Fix add AddRecipeComponent to imports
This must have been missed during a merge conflict.
| -rw-r--r-- | recipeBuddy/src/app/app.module.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipeBuddy/src/app/app.module.ts b/recipeBuddy/src/app/app.module.ts index 5cf33f7..c2bdc68 100644 --- a/recipeBuddy/src/app/app.module.ts +++ b/recipeBuddy/src/app/app.module.ts @@ -29,6 +29,7 @@ import { EditRecipeComponent } from './edit-recipe/edit-recipe.component'; AppComponent, CookPageComponent, PreCookPopUpComponent, + AddRecipeComponent, EditRecipeComponent, ], imports: [ |
