mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-11 02:37:00 +00:00
Update name of module
This commit is contained in:
parent
87e03ced94
commit
47a47bacb5
@ -1,11 +1,11 @@
|
||||
mod operation;
|
||||
mod primitives;
|
||||
mod shape;
|
||||
mod sketch;
|
||||
mod triangle;
|
||||
|
||||
pub use self::{
|
||||
operation::{AnyOp, Handle, Operation},
|
||||
primitives::Triangle,
|
||||
shape::Shape,
|
||||
sketch::Sketch,
|
||||
triangle::Triangle,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user