graphmanager: remove link export

This commit is contained in:
Stéphane Cerveau 2024-01-05 10:11:32 +01:00
parent 11cf962bfd
commit 3e15b7cecb

View file

@ -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;