Small example update.

This commit is contained in:
Matija Sosic 2020-05-07 21:43:03 +02:00
parent e2c6710d0b
commit 64068a2655

View File

@ -12,6 +12,7 @@ app todoApp {
page Main {
route: "/",
style: "@ext/Main.css",
// TODO: We need to make this nicer / more explicit, it is not clear where is this coming from (these props).
// Also, this wiring is not elegant.
// Here we use Todo React component that we imported at the beginning of this file.