diff options
Diffstat (limited to 'src/client/views/graph/Graph.tsx')
-rw-r--r-- | src/client/views/graph/Graph.tsx | 17 |
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 |