This commit is contained in:
JMARyA 2025-06-21 04:09:59 +02:00
parent 9ec7a79348
commit 0a4140ae8c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 2 additions and 4 deletions

View file

@ -177,11 +177,11 @@ enum Route {
}
fn Home() -> Element {
todo!()
// HomePage...
}
fn Blog() -> Element {
todo!()
// BlogPage...
}
```