Skip to content

Commit 73f8710

Browse files
committed
wip
1 parent 11b46a3 commit 73f8710

File tree

1 file changed

+0
-3
lines changed
  • frontend/packages/interface/src

1 file changed

+0
-3
lines changed

frontend/packages/interface/src/App.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import logo from './logo.svg';
21
import './App.css';
32
import {RelationalPlanViewer} from "@lingodb/common/RelationalPlanViewer"
43
import {useRef, useState} from "react";
54
import {
65
Button,
7-
Table,
86
Tabs,
97
Tab,
108
ButtonGroup,
@@ -192,7 +190,6 @@ function App() {
192190
setSubOpPlan(json.subopplan)
193191
console.log(json.mlir)
194192
setLayers(json.mlir)
195-
const relalgBaseRef=getBaseReference(json.mlir[1].passInfo.file)
196193
const analyzed= analyzeLayers(json.mlir)
197194
console.log("layerInfo", analyzed)
198195
setLayerInfo(analyzed)

0 commit comments

Comments
 (0)