diff --git a/src/routes/modules/componentLibrary.ts b/src/routes/modules/componentLibrary.ts index bcf0575..1eabb36 100644 --- a/src/routes/modules/componentLibrary.ts +++ b/src/routes/modules/componentLibrary.ts @@ -1,6 +1,6 @@ import { IRoute } from '@/routes/types'; export const componentLibraryModule: IRoute = { - name: 'menu.compositeCompLibrary', - key: 'compositeCompLibrary' + name: 'menu.componentLibrary', + key: 'componentLibrary' }; \ No newline at end of file