feat(imports): update imports

This commit is contained in:
2024-08-10 00:52:53 +04:00
parent e9dbcb272e
commit ef3158e732
3 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
use std::collections::HashMap;
use std::sync::LazyLock;
use crate::{
controller::view_utils::{hamming_code_input_utils::*, input_utils::*},
model::models::*,
model::{models::*, Result},
};
static SYNDROMES: LazyLock<HashMap<usize, (bool, bool, bool)>> = LazyLock::new(|| {