Skip to content

Commit

Permalink
#30 trying to fix render of empty ports for port widget
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Aug 25, 2022
1 parent f9d01b3 commit 16c634a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { MetaPort } from './models/MetaPort';
import CssBaseline from '@mui/material/CssBaseline';
import { getLinkModel } from './helpers/linksHelper';
import { ComponentsMap } from './models/ComponentsMap';
import { PortWidget } from '@projectstorm/react-diagrams';
import { MetaNodeModel } from './react-diagrams/MetaNodeModel';
import { CanvasWidget } from '@projectstorm/react-canvas-core';
import { MetaNodeFactory } from './react-diagrams/MetaNodeFactory';
Expand Down Expand Up @@ -97,6 +98,7 @@ const MetaDiagram = ({

export default MetaDiagram;
export { MetaNode, MetaLink, MetaPort, MetaNodeModel, ComponentsMap };
export { PortWidget };
export { MetaLinkModel } from './react-diagrams/MetaLinkModel';
export { Position } from './models/Position';
export { PortTypes } from './constants';

0 comments on commit 16c634a

Please sign in to comment.