diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-11 21:42:49 -0500 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-11 21:42:49 -0500 |
commit | dad5b1f21df41444a577db1ee108980b8b8ab0a9 (patch) | |
tree | 1018992df17bf228b38257796c7955bb8ad0fa68 /src/client/views/nodes/AnnotationView.tsx | |
parent | 400a14c03c10f07f3e4cfedd1df963d9263e98c8 (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.tsx | 12 |
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 |