Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahidullah-Muffakir committed Feb 7, 2024
1 parent b7239aa commit 489cd2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/containers/Views/GraphView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ const GraphCanvas = ({ isWidget }: GraphProps) => {
const direction = useGraph(state => state.direction);
const nodes = useGraph(state => state.nodes);
const edges = useGraph(state => state.edges);
const viewPort = useGraph(state => state.viewPort);
const setViewPort = useGraph(state => state.setViewPort);

const [paneWidth, setPaneWidth] = React.useState(2000);
const [paneHeight, setPaneHeight] = React.useState(2000);

Expand Down

0 comments on commit 489cd2c

Please sign in to comment.