aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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