How do I create a page to display a single Task?
Taking the example 'todo' app as an example. How do I create a page to show a single Task? I've given it a go but I've hit a dead end! Using the example from https://wasp-lang.dev/docs/tutorial/pages I have the following but have no idea how to use RouteComponentProps.
In
in
In
main.wasp I have:in
operations.ts I have:In the default main.wasp file created by wasp new, there is a page and a route declaration:
