Skip to content

Commit

Permalink
Merge pull request #1057 from datopian/fix/exporting-bucket-viewer-co…
Browse files Browse the repository at this point in the history
…mponent

Added the export of BucketViewer component
  • Loading branch information
Gutts-n committed Nov 26, 2023
2 parents b55ec51 + 61c750b commit 3c14ce8
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";

1 comment on commit 3c14ce8

@vercel
Copy link

@vercel vercel bot commented on 3c14ce8 Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portaljs-storybook – ./packages/components/

portaljs-storybook-datopian1.vercel.app
portaljs-storybook-git-main-datopian1.vercel.app
portaljs-storybook.vercel.app
storybook.portaljs.org

Please sign in to comment.