Skip to content

Commit

Permalink
Fix error when trying to load threat models
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Loher <[email protected]>
  • Loading branch information
ghost91- committed Apr 14, 2023
1 parent 9e59f9d commit 728915c
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 194 deletions.
2 changes: 1 addition & 1 deletion src/client/components/model/model.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as joint from 'jointjs';
import 'jointjs/dist/joint.css';
import '../../jointjs/joint-tm.css';
// eslint-disable-next-line
// import Shapes from '../../jointjs/shapes';
import '../../jointjs/shapes';
import { Nav, NavItem, NavLink } from 'reactstrap';
import classnames from 'classnames';
import './model.css';
Expand Down
Loading

0 comments on commit 728915c

Please sign in to comment.