diff --git a/thecockpit/src/app/password_locker.rs b/thecockpit/src/app/password_locker.rs index 98b8dae..73e5d71 100644 --- a/thecockpit/src/app/password_locker.rs +++ b/thecockpit/src/app/password_locker.rs @@ -7,6 +7,8 @@ use ratatui::{ style::{Color, Style, Stylize}, widgets::{Block, Borders, Paragraph, Widget}, }; +#[cfg(target_arch = "wasm32")] +use ratzilla::ratatui; use tachyonfx::{fx, Effect, Interpolation, Shader}; use web_time::Instant;