exported a widget which was missing

This commit is contained in:
Dylan Vorster
2017-02-27 11:57:38 +02:00
parent fe4409dd34
commit e06106123c
8 changed files with 11 additions and 9 deletions

View File

@ -9,6 +9,7 @@ export * from "./defaults/DefaultNodeFactory";
export * from "./defaults/DefaultNodeWidget";
export * from "./defaults/DefaultNodeModel";
export * from "./defaults/DefaultPortModel";
export * from "./defaults/DefaultPortLabelWidget";
export * from "./WidgetFactories";
export * from "./Toolkit";