Merge pull request #1057 from datopian/fix/exporting-bucket-viewer-component

Added the export of BucketViewer component
This commit is contained in:
Leonardo Yuri Farias 2023-11-26 17:52:29 -03:00 committed by GitHub
commit 3c14ce8af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'@portaljs/components': minor
---
Exporting BucketViewer to be accessed out of the folder

View File

@ -8,3 +8,4 @@ export * from './components/OpenLayers/OpenLayers';
export * from './components/Map';
export * from './components/PdfViewer';
export * from "./components/Excel";
export * from "./components/BucketViewer";