rename files
This commit is contained in:
parent
aa2a80a299
commit
fcb13f4842
|
@ -19,12 +19,12 @@ const routes = [
|
|||
{
|
||||
path: '/import/upload',
|
||||
name: 'Import Data',
|
||||
component: () => import('./components/import/Upload.vue'),
|
||||
component: () => import('./components/import/ImportUpload.vue'),
|
||||
},
|
||||
{
|
||||
path: '/import/process/:id',
|
||||
name: 'Process Data',
|
||||
component: () => import('./components/import/Process.vue'),
|
||||
component: () => import('./components/import/ImportProcess.vue'),
|
||||
props: true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue