[components][m] - move catalog to @portaljs/components

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-04 11:14:39 -03:00
parent cf2a93abfd
commit ad52721a38
9 changed files with 284 additions and 53 deletions

View File

@@ -8,7 +8,7 @@ import { Mermaid } from '@flowershow/core';
// here.
const components = {
Table: dynamic(() => import('@portaljs/components').then(mod => mod.Table)),
Catalog: dynamic(() => import('./Catalog')),
Catalog: dynamic(() => import('@portaljs/components').then(mod => mod.Catalog)),
mermaid: Mermaid,
Vega: dynamic(() => import('@portaljs/components').then(mod => mod.Vega)),
VegaLite: dynamic(() => import('@portaljs/components').then(mod => mod.VegaLite)),