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

This commit is contained in:
2026-01-14 12:03:40 -05:00
parent 5e448a0071
commit 65bf323d3d
7 changed files with 18 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
use crate::{
field::{Field, FieldType},
document::field::{Field, FieldType},
name::Name,
};
use isolang::Language;