Skip to content

Commit

Permalink
chore: refactor import
Browse files Browse the repository at this point in the history
  • Loading branch information
tejmagar committed Jun 9, 2024
1 parent faaa744 commit 50902e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/forms/fields/input_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use tokio::sync::Mutex;

use crate::core::forms::{Files, FormData};

use super::AbstractFields;
use super::FieldResult;
use crate::forms::AbstractFields;
use crate::forms::fields::FieldResult;

#[derive(Clone)]
pub struct InputField {
Expand Down

0 comments on commit 50902e8

Please sign in to comment.