Compare commits

...

1 Commits
v5.0.0 ... main

Author SHA1 Message Date
Geoff Doty 5198487c31 remove unused prop 2025-12-19 14:17:52 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
}, },
state: { state: {
pages: [ pages: [
{path: "/", component: "riot-welcome", props: {version: "9.x"}}, {path: "/", component: "riot-welcome"},
{path: "/about", component: "riot-about"}, {path: "/about", component: "riot-about"},
] ]
} }