Skip to content

Commit

Permalink
Merge pull request #2186 from hannobraun/module
Browse files Browse the repository at this point in the history
Update module name
  • Loading branch information
hannobraun authored Feb 2, 2024
2 parents b4fe766 + 81bdcd1 commit bbc9ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions crates/fj-core/src/objects/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
//!
//! [`Handle`]: crate::storage::Handle
mod any_object;
mod is_object;
mod kinds;
mod object;
mod object_set;
mod stores;

pub use self::{
any_object::{AnyObject, Bare, BehindHandle, Form, WithHandle},
is_object::IsObject,
kinds::{
curve::Curve,
Expand All @@ -59,7 +60,6 @@ pub use self::{
surface::Surface,
vertex::Vertex,
},
object::{AnyObject, Bare, BehindHandle, Form, WithHandle},
object_set::ObjectSet,
stores::{Objects, Surfaces},
};

0 comments on commit bbc9ff9

Please sign in to comment.