aboutsummaryrefslogtreecommitdiff
path: root/static/src/component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/src/component.ts')
-rw-r--r--static/src/component.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/static/src/component.ts b/static/src/component.ts
deleted file mode 100644
index d338cad..0000000
--- a/static/src/component.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export enum ComponentType {
- POSITION = "POSITION",
- RENDERABLE = "RENDERABLE",
-}
-
-export interface Component {
- name: string;
-}