aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AnnotationView.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-11 21:42:49 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-11 21:42:49 -0500
commitdad5b1f21df41444a577db1ee108980b8b8ab0a9 (patch)
tree1018992df17bf228b38257796c7955bb8ad0fa68 /src/client/views/nodes/AnnotationView.tsx
parent400a14c03c10f07f3e4cfedd1df963d9263e98c8 (diff)
Changed FieldId type around to clean some stuff up
Diffstat (limited to 'src/client/views/nodes/AnnotationView.tsx')
-rw-r--r--src/client/views/nodes/AnnotationView.tsx12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/client/views/nodes/AnnotationView.tsx b/src/client/views/nodes/AnnotationView.tsx
deleted file mode 100644
index 2e50370a1..000000000
--- a/src/client/views/nodes/AnnotationView.tsx
+++ /dev/null
@@ -1,12 +0,0 @@
-import React = require('react')
-import { CollectionViewProps } from '../collections/CollectionViewBase';
-
-export class AnnotationView extends React.Component<CollectionViewProps> {
-
- render() {
- return (
- <></>
- );
- }
-
-} \ No newline at end of file