7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
routes = [
|
|
{
|
|
path: '/',
|
|
url: './index.html',
|
|
},
|
|
];
|
|
|