diff options
author | Hannah <hannah_chow@brown.edu> | 2019-02-11 01:22:49 -0500 |
---|---|---|
committer | Hannah <hannah_chow@brown.edu> | 2019-02-11 01:22:49 -0500 |
commit | 400a14c03c10f07f3e4cfedd1df963d9263e98c8 (patch) | |
tree | 1978df03d59a559e80fecf4a5459f13644a24865 /src/client/views/nodes/AnnotationView.tsx | |
parent | d89b1039ecc05d4d6c40fc38f51da9cee0c00af6 (diff) |
From last
Diffstat (limited to 'src/client/views/nodes/AnnotationView.tsx')
-rw-r--r-- | src/client/views/nodes/AnnotationView.tsx | 12 |
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 |