diff --git a/src/graphmanager/mod.rs b/src/graphmanager/mod.rs index 190ab54..acc1342 100644 --- a/src/graphmanager/mod.rs +++ b/src/graphmanager/mod.rs @@ -6,7 +6,6 @@ mod property; mod selection; pub use graphview::GraphView; -pub use link::Link; pub use node::Node; pub use node::NodeType; pub use port::Port;