diff options
author | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 17:46:27 -0500 |
---|---|---|
committer | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 17:46:27 -0500 |
commit | 498f915675c1a7e6a3c3b332a2ecc77222bb4785 (patch) | |
tree | 49f50d4986005b0c6d0df8ecf5a52c8769b416ff /src/PreviewTextCursor.tsx | |
parent | e1928fc233c924f59d1b8b3062cc956ef0c06099 (diff) |
removed a bunch of stuff
Diffstat (limited to 'src/PreviewTextCursor.tsx')
-rw-r--r-- | src/PreviewTextCursor.tsx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/PreviewTextCursor.tsx b/src/PreviewTextCursor.tsx deleted file mode 100644 index 6818bf28c..000000000 --- a/src/PreviewTextCursor.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React = require("react"); -import { observer } from "mobx-react"; - -@observer -export class PreviewTextCursor extends React.Component { - - render() { - return ( - <div> - - </div> - ) - }; - -}
\ No newline at end of file |