last changes

This commit is contained in:
filipriec
2025-03-22 16:26:38 +01:00
parent ccd76eabdd
commit 841418759b
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ use crate::config::config::Config;
use crate::ui::handlers::{form::FormState, render::render_ui};
use crate::modes::handlers::event::EventHandler;
use crate::state::state::AppState;
use crate::components::handlers::{admin_panel::AdminPanelState};
use crate::components::admin::{admin_panel::AdminPanelState};
use crate::components::intro::{intro::IntroState};
pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {