Refactor exports and imports

This commit is contained in:
Vlasislav Kashin
2025-07-13 21:24:52 +03:00
parent 7f7bab7f16
commit 76a8d4857f
6 changed files with 36 additions and 42 deletions

View File

@@ -23,7 +23,6 @@ pub(self) mod helper_types;
use std::sync::LazyLock;
pub use enums::{MatchType, PhoneNumberFormat, PhoneNumberType, NumberLengthType};
use crate::phonenumberutil::phonenumberutil::PhoneNumberUtil;
/// Singleton instance of phone number util for general use