From 400a14c03c10f07f3e4cfedd1df963d9263e98c8 Mon Sep 17 00:00:00 2001 From: Hannah Date: Mon, 11 Feb 2019 01:22:49 -0500 Subject: From last --- src/client/views/nodes/AnnotationView.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') 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 { + + render() { + return ( + <> + ); + } + +} \ No newline at end of file -- cgit v1.2.3-70-g09d2