diff --git a/src/routes/modules/componentLibrary.ts b/src/routes/modules/componentLibrary.ts index 1eabb36..bcf0575 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.componentLibrary', - key: 'componentLibrary' + name: 'menu.compositeCompLibrary', + key: 'compositeCompLibrary' }; \ No newline at end of file