Skip to content

Commit

Permalink
Update module name
Browse files Browse the repository at this point in the history
I forgot this in a previous pull request.
  • Loading branch information
hannobraun committed Feb 2, 2024
1 parent b4fe766 commit 81bdcd1
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 81bdcd1

Please sign in to comment.