aboutsummaryrefslogtreecommitdiff
path: root/src/app/hero.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/hero.ts')
-rw-r--r--src/app/hero.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app/hero.ts b/src/app/hero.ts
deleted file mode 100644
index e3eac51..0000000
--- a/src/app/hero.ts
+++ /dev/null
@@ -1,4 +0,0 @@
1export class Hero {
2 id: number;
3 name: string;
4}