I think you've just forgotten to import the Route type in src/pages/home.rs
src/pages/home.rs
use create::app::Route;
I was able to replicate this problem in my dioxus app by commenting out this statement in a similar place.