aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyFrame.tsx
diff options
context:
space:
mode:
authorEleanor Eng <eleanor_eng@brown.edu>2019-06-10 11:21:23 -0400
committerEleanor Eng <eleanor_eng@brown.edu>2019-06-10 11:21:23 -0400
commitc242b58e9f2c0bce2ca596b6f276604aa82473e1 (patch)
treeb6d4da9dbb965d7a7f103e9a7a50ddb817358087 /src/client/views/nodes/KeyFrame.tsx
parent6f58cfb6d290120f839da34e79471ec9826471ca (diff)
IT WORKS
Diffstat (limited to 'src/client/views/nodes/KeyFrame.tsx')
-rw-r--r--src/client/views/nodes/KeyFrame.tsx16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/client/views/nodes/KeyFrame.tsx b/src/client/views/nodes/KeyFrame.tsx
deleted file mode 100644
index fb072f4d6..000000000
--- a/src/client/views/nodes/KeyFrame.tsx
+++ /dev/null
@@ -1,16 +0,0 @@
-import { Doc } from '../../../new_fields/Doc';
-
-export class KeyFrame {
- private _document: Doc;
- constructor() {
- this._document = new Doc();
-
-
- }
-
- get doc():Doc {
- return this._document;
- }
-
-
-} \ No newline at end of file