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 operation;
|
||||||
mod primitives;
|
|
||||||
mod shape;
|
mod shape;
|
||||||
mod sketch;
|
mod sketch;
|
||||||
|
mod triangle;
|
||||||
|
|
||||||
pub use self::{
|
pub use self::{
|
||||||
operation::{AnyOp, Handle, Operation},
|
operation::{AnyOp, Handle, Operation},
|
||||||
primitives::Triangle,
|
|
||||||
shape::Shape,
|
shape::Shape,
|
||||||
sketch::Sketch,
|
sketch::Sketch,
|
||||||
|
triangle::Triangle,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user