Prompt popup implementation

This commit is contained in:
2026-02-02 20:34:32 +02:00
parent 6416d7c347
commit b5ae7c8550
6 changed files with 97 additions and 29 deletions

View File

@@ -1,4 +1,6 @@
mod app;
mod bridge;
mod popup;
use app::*;
use leptos::prelude::*;