Skip to content
Snippets Groups Projects

Adding nodelink to the main GP webapp

Merged Leonardo Christino requested to merge feat/nodelink into main
26 files
+ 4993
172
Compare changes
  • Side-by-side
  • Inline
Files
26
@@ -36,9 +36,9 @@ export const VisualizationPanel = () => {
Remove mock result
</button>
</div> */}
<div className="h-[48rem] overflow-y-scroll">
<RawJSONVis />
{/* <NodeLinkVis /> */}
<div className="h-[48rem] overflow-y-auto">
{/* <RawJSONVis /> */}
<NodeLinkVis />
</div>
{/* <SemanticSubstrates /> */}
{/* <div /> */}
Loading