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
commit133b90cdbafabab0640bfb3179899fb4f3df4dbe (patch)
tree70160b1387e11e4b236994797842e60c1fbd687f /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
parent1ff6afb0e9fd11ce37ed0206b992514041391761 (diff)
downloadtimeline-133b90cdbafabab0640bfb3179899fb4f3df4dbe.tar.gz
timeline-133b90cdbafabab0640bfb3179899fb4f3df4dbe.tar.bz2
timeline-133b90cdbafabab0640bfb3179899fb4f3df4dbe.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',