Minimal Leptos setup

This commit is contained in:
Bianca Fürstenau 2025-02-21 22:19:51 +01:00
parent 1e77a7d831
commit e03a16d13e
29 changed files with 1345 additions and 684 deletions

View file

@ -1,6 +0,0 @@
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
bkbh_lib::run()
}