import { IRoute } from '@/routes/types';
export const componentLibraryModule: IRoute = {
name: 'menu.componentLibrary',
key: 'componentLibrary'
};