🎨 Put svg image generation in a dedicated datasource

This commit is contained in:
2024-04-01 19:32:35 +02:00
parent 9071b0073c
commit 014a0c2c57
7 changed files with 283 additions and 196 deletions

View File

@@ -1,8 +1,9 @@
#![allow(non_snake_case)]
pub mod components;
pub mod matrix_interface;
pub mod utils;
mod components;
mod data;
mod matrix_interface;
mod utils;
use dioxus::prelude::*;
use tokio::time::{sleep, Duration};