This is now a workspace consisting of: * the pslink app (a wasm frontend for the admin interface) * the pslink binary * shared - modules for communication between the two above.
7 lines
99 B
Rust
7 lines
99 B
Rust
use seed::{div, prelude::*};
|
|
|
|
#[must_use]
|
|
pub fn view<Ms>() -> Node<Ms> {
|
|
div!["List Links"]
|
|
}
|