diff --git a/client/src/app/todos/todo-card.component.html b/client/src/app/todos/todo-card.component.html new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-card.component.scss b/client/src/app/todos/todo-card.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-card.component.spec.ts b/client/src/app/todos/todo-card.component.spec.ts new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-card.component.ts b/client/src/app/todos/todo-card.component.ts new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-list.component.html b/client/src/app/todos/todo-list.component.html new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-list.component.scss b/client/src/app/todos/todo-list.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-list.component.spec.ts b/client/src/app/todos/todo-list.component.spec.ts new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-list.component.ts b/client/src/app/todos/todo-list.component.ts new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-profile.component.html b/client/src/app/todos/todo-profile.component.html new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-profile.component.scss b/client/src/app/todos/todo-profile.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-profile.component.spec.ts b/client/src/app/todos/todo-profile.component.spec.ts new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo-profile.component.ts b/client/src/app/todos/todo-profile.component.ts new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo.service.spec.ts b/client/src/app/todos/todo.service.spec.ts new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo.service.ts b/client/src/app/todos/todo.service.ts new file mode 100644 index 0000000..e69de29 diff --git a/client/src/app/todos/todo.ts b/client/src/app/todos/todo.ts new file mode 100644 index 0000000..e69de29 diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +}