Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Apr 5, 2024
1 parent 506a5cd commit 3a84cac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion frontend/src/concepts/topology/TaskEdge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
observer,
Edge,
integralShapePath,
DEFAULT_SPACER_NODE_TYPE,
ConnectorArrow,
DagreLayoutOptions,
} from '@patternfly/react-topology';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import * as React from 'react';
import {
DEFAULT_LAYER,
DEFAULT_WHEN_OFFSET,
DEFAULT_WHEN_SIZE,
GraphElement,
Layer,
observer,
RunStatus,
ScaleDetailsLevel,
TaskNode,
TOP_LAYER,
useHover,
WhenDecorator,
WithContextMenuProps,
Expand Down

0 comments on commit 3a84cac

Please sign in to comment.