aboutsummaryrefslogtreecommitdiff
path: root/src/models/technology.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/technology.ts')
-rw-r--r--src/models/technology.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/models/technology.ts b/src/models/technology.ts
deleted file mode 100644
index 1869d14..0000000
--- a/src/models/technology.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import { Guid } from 'guid-typescript';
-
-export class Technology {
- public id: Guid;
- public name: string;
-}