diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-08-21 11:00:08 -0400 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-08-21 11:00:08 -0400 |
commit | 0759b23448de29158367f344342e939dfa6eaf48 (patch) | |
tree | 3c09f978081bb466068aff5868e1c3e6b479cfd0 /src/client/views/linking/LinkFollowBox.tsx | |
parent | 4a6231e1631cda4f3f09ce0202538108609a8d47 (diff) |
moved links to own folder
Diffstat (limited to 'src/client/views/linking/LinkFollowBox.tsx')
-rw-r--r-- | src/client/views/linking/LinkFollowBox.tsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/linking/LinkFollowBox.tsx b/src/client/views/linking/LinkFollowBox.tsx new file mode 100644 index 000000000..487281d50 --- /dev/null +++ b/src/client/views/linking/LinkFollowBox.tsx @@ -0,0 +1,9 @@ +import { observable, computed, action, trace } from "mobx"; +import React = require("react"); +import { observer } from "mobx-react"; +import { FieldViewProps } from "../nodes/FieldView"; + +@observer +export class LinkFollowBox extends React.Component<FieldViewProps> { + +}
\ No newline at end of file |