Moved InternalRecord into document module.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-02-13 12:37:47 -05:00
parent 4f69ecc7a9
commit 45bcd04ee3
4 changed files with 36 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ mod field;
mod record;
mod session;
use record::InternalRecords;
use record::{InternalRecord, InternalRecords};
pub use clock::Clock;
pub use create::CreateDoc;