mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Remove redundant module
This commit is contained in:
parent
c1a8800586
commit
1ccd5b1974
@ -1 +0,0 @@
|
||||
pub use fj_math::Bivector;
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user