aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AnnotationView.tsx
diff options
context:
space:
mode:
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