Setup a basic API route

This commit is contained in:
Valentin Tolmer
2021-05-09 11:52:53 +02:00
parent 4091d21277
commit 4ae94839f2
5 changed files with 42 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ pub enum Msg {
ListUsersRequest(ListUsersRequest),
}
impl Component for App {
type Message = Msg;
type Properties = ();