Remove redundant module

This commit is contained in:
Hanno Braun 2025-04-03 12:42:27 +02:00
parent c1a8800586
commit 1ccd5b1974
2 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
pub use fj_math::Bivector;

View File

@ -1,4 +1,5 @@
mod bivector;
mod plane;
pub use self::{bivector::Bivector, plane::Plane};
pub use fj_math::Bivector;
pub use self::plane::Plane;