feat: integrate shadcn/ui, add Button component, and refactor App UI

This commit is contained in:
spinline
2026-01-31 13:47:48 +03:00
parent 52fd512554
commit 63128f8501
11 changed files with 928 additions and 702 deletions

View File

@@ -1,6 +1,7 @@
mod app;
// mod models; // Removed
mod components;
pub mod utils;
use leptos::*;
use wasm_bindgen::prelude::*;