Added the export of BucketViewer component

This commit is contained in:
leonardo.farias 2023-11-26 17:50:19 -03:00
parent b55ec5126c
commit 61c750b7e1
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";