diff options
author | madelinegr <laura_wilson@brown.edu> | 2019-06-05 13:16:17 -0400 |
---|---|---|
committer | madelinegr <laura_wilson@brown.edu> | 2019-06-05 13:16:17 -0400 |
commit | 1b3089350c807a52a2acd98c25330e315313b19e (patch) | |
tree | 54029810c6183802655a1fe3410286de97356c49 /src/client/views/ViewItem.tsx | |
parent | 4fd53320c87313c9add8f551154f8df3e2522b5f (diff) |
collections sort of works
Diffstat (limited to 'src/client/views/ViewItem.tsx')
-rw-r--r-- | src/client/views/ViewItem.tsx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/client/views/ViewItem.tsx b/src/client/views/ViewItem.tsx deleted file mode 100644 index 85f436b44..000000000 --- a/src/client/views/ViewItem.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { Doc } from "../../new_fields/Doc"; -import React = require("react"); -import "./SearchBox.scss"; - -export interface ViewitemProps { - doc: Doc; - // subitems: FieldViewProps; -} - -export class ViewItem extends React.Component<ViewitemProps> { - - render() { - return ( - <div>{this.props.doc.title}</div> - - ); - } -}
\ No newline at end of file |