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

This commit is contained in:
2026-02-13 12:00:39 -05:00
parent a9b87200ef
commit 404c6e9c34
13 changed files with 2526 additions and 28 deletions

View File

@@ -121,7 +121,7 @@ impl Path {
mod paths {
use super::*;
use crate::{
message::wrapper::Records,
action::Records,
name::{Name, Names},
};