more corrections

This commit is contained in:
Niels Lyngsø
2024-08-06 10:29:39 +02:00
parent 97d7943ba5
commit beac7794fd
4 changed files with 12 additions and 17 deletions

View File

@@ -20,11 +20,11 @@ export class UmbExampleModal extends UmbModalBaseElement {
super.connectedCallback();
this._routes = [
{
path: `/overview`,
path: `overview`,
component: () => import('./steps/example-modal-step1.element.js'),
},
{
path: `/details`,
path: `details`,
component: () => import('./steps/example-modal-step2.element.js'),
},
{