aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AnnotationView.tsx
diff options
context:
space:
mode:
authorHannah <hannah_chow@brown.edu>2019-02-11 01:22:49 -0500
committerHannah <hannah_chow@brown.edu>2019-02-11 01:22:49 -0500
commit400a14c03c10f07f3e4cfedd1df963d9263e98c8 (patch)
tree1978df03d59a559e80fecf4a5459f13644a24865 /src/client/views/nodes/AnnotationView.tsx
parentd89b1039ecc05d4d6c40fc38f51da9cee0c00af6 (diff)
From last
Diffstat (limited to 'src/client/views/nodes/AnnotationView.tsx')
-rw-r--r--src/client/views/nodes/AnnotationView.tsx12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/nodes/AnnotationView.tsx b/src/client/views/nodes/AnnotationView.tsx
index e69de29bb..2e50370a1 100644
--- a/src/client/views/nodes/AnnotationView.tsx
+++ b/src/client/views/nodes/AnnotationView.tsx
@@ -0,0 +1,12 @@
+import React = require('react')
+import { CollectionViewProps } from '../collections/CollectionViewBase';
+
+export class AnnotationView extends React.Component<CollectionViewProps> {
+
+ render() {
+ return (
+ <></>
+ );
+ }
+
+} \ No newline at end of file