chore: initial commit
This commit is contained in:
6
frontend/Cargo.toml
Normal file
6
frontend/Cargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "frontend"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
leptos = "0.8.15"
|
||||
3
frontend/src/lib.rs
Normal file
3
frontend/src/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub fn world() -> String {
|
||||
"world".into()
|
||||
}
|
||||
Reference in New Issue
Block a user