logs filtering functionality

This commit is contained in:
2026-04-27 16:11:35 +02:00
parent f239de1ca0
commit a282e4f445
6 changed files with 76 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
use axum::{ Router, http::header, routing::get};
use axum::{Router, http::header, routing::get};
use crate::MnemoState;
mod components;
mod icons;
pub mod icons;
mod pages;
pub const CSS: &str = include_str!(concat!(env!("OUT_DIR"), "/styles.css"));