aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-20 00:12:18 +0800
committercrupest <crupest@outlook.com>2019-02-20 00:12:18 +0800
commit5afa4248c5ec67d361a8f75e0ec0f1d12778e266 (patch)
tree6fe1939721b1f20381225feac75f778f6822a865 /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
parent1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b (diff)
downloadtimeline-5afa4248c5ec67d361a8f75e0ec0f1d12778e266.tar.gz
timeline-5afa4248c5ec67d361a8f75e0ec0f1d12778e266.tar.bz2
timeline-5afa4248c5ec67d361a8f75e0ec0f1d12778e266.zip
Add sample on todo page.
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts')
-rw-r--r--Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
index 722ecbdc..8af1f5ef 100644
--- a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
+++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
@@ -1,5 +1,5 @@
import { Component, OnInit } from '@angular/core';
-import { TodoListService, WorkItem } from '../todo-list.service';
+import { TodoListService, WorkItem } from './todo-list.service';
@Component({
selector: 'app-todo-list-page',