diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-04 21:49:49 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-08 15:03:07 -0500 |
commit | 651c877315b0669eeb4a3a8447691ae65accf20b (patch) | |
tree | 6b92380f333113ae6323019d68f95b9c46801846 /recipeBuddy/src/app/add-recipe/add-recipe.component.html | |
parent | 5cf3689290666f70cd631d7b3d40a2ed245a3fce (diff) |
Add base for add-recipe component
Just changes done by `ng g component add-recipe`
Diffstat (limited to 'recipeBuddy/src/app/add-recipe/add-recipe.component.html')
-rw-r--r-- | recipeBuddy/src/app/add-recipe/add-recipe.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipeBuddy/src/app/add-recipe/add-recipe.component.html b/recipeBuddy/src/app/add-recipe/add-recipe.component.html new file mode 100644 index 0000000..29e904b --- /dev/null +++ b/recipeBuddy/src/app/add-recipe/add-recipe.component.html @@ -0,0 +1 @@ +<p>add-recipe works!</p> |