diff --git a/src/app/todos-create/todos-create.component.html b/src/app/todos-create/todos-create.component.html index 8db23d1..e2ef3d2 100644 --- a/src/app/todos-create/todos-create.component.html +++ b/src/app/todos-create/todos-create.component.html @@ -1,3 +1 @@ -

- todos-create works! -

+

Create a Todo

diff --git a/src/app/todos-index/todos-index.component.html b/src/app/todos-index/todos-index.component.html index 5f822a8..a32956d 100644 --- a/src/app/todos-index/todos-index.component.html +++ b/src/app/todos-index/todos-index.component.html @@ -1,3 +1 @@ -

- todos-index works! -

+

List of Todos