Skip to content

Commit

Permalink
Added the export of BucketViewer component
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo.farias committed Nov 26, 2023
1 parent b55ec51 commit 61c750b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-eyes-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@portaljs/components': minor
---

Exporting BucketViewer to be accessed out of the folder
1 change: 1 addition & 0 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 61c750b

Please sign in to comment.