aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/graph/Graph.tsx
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-08-01 17:00:10 -0400
committerandrewdkim <adkim414@gmail.com>2019-08-01 17:00:10 -0400
commitbf3d45f8a16d23384a308f65adfa9a2baee495af (patch)
tree15e8d74c57436a5987133bf5732764a8155bb282 /src/client/views/graph/Graph.tsx
parent59f3d2405870135314d00ea80acae0dc17b99955 (diff)
prosemirror
Diffstat (limited to 'src/client/views/graph/Graph.tsx')
-rw-r--r--src/client/views/graph/Graph.tsx17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/graph/Graph.tsx b/src/client/views/graph/Graph.tsx
new file mode 100644
index 000000000..864bb8f46
--- /dev/null
+++ b/src/client/views/graph/Graph.tsx
@@ -0,0 +1,17 @@
+import * as React from "react";
+import { CollectionFreeFormView } from "../collections/collectionFreeForm/CollectionFreeFormView";
+
+export class Graph extends React.Component {
+
+
+
+
+
+
+
+ render() {
+ return (
+ )
+ }
+
+} \ No newline at end of file