modes:mod: make pair and single public modules.

This commit is contained in:
2026-04-03 07:23:28 +01:00
committed by oreodave
parent c39d6afd89
commit e4af8c1812

View File

@@ -1,5 +1,5 @@
mod pair;
mod single;
pub mod pair;
pub mod single;
#[derive(Eq, Ord, PartialEq, PartialOrd, Debug, Copy, Clone)]
pub enum Footstool {