fix: incorrect import of on_click_outside in statusbar.rs
All checks were successful
Build MIPS Binary / build (push) Successful in 4m28s

This commit is contained in:
spinline
2026-02-08 21:00:32 +03:00
parent 51fb85c2d8
commit 7169e44f4e

View File

@@ -1,5 +1,5 @@
use leptos::*;
use leptos_use::{on_click_outside_with_options, OnClickOutsideOptions};
use leptos_use::on_click_outside;
use leptos_use::storage::use_local_storage;
use codee::string::FromToStringCodec;
use shared::GlobalLimitRequest;