remove unused prop

This commit is contained in:
Geoff Doty 2025-12-19 14:17:52 -05:00
parent 1b844bfedd
commit 5198487c31
1 changed files with 1 additions and 1 deletions

View File

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