diff --git a/config/routes.ts b/config/routes.ts index c3ceb0e3..5f6a32e7 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -142,7 +142,7 @@ export default [ name: 'table-list', icon: 'smile', path: '/list/table-list', - component: './TableList', + component: './table-list', }, { name: 'basic-list',