Skip to content

Commit

Permalink
Export webfile component
Browse files Browse the repository at this point in the history
  • Loading branch information
2-towns committed Nov 6, 2024
1 parent 94c29ed commit 8894bce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/codex-storage/codex-marketplace-ui-components"
},
"version": "0.0.37",
"version": "0.0.38",
"type": "module",
"scripts": {
"prepack": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ export { Sheets } from "./components/Sheets/Sheets";
export { Tabs, type TabProps } from "./components/Tabs/Tabs";
export * from "./components/Stepper/useStepperReducer";
export { Modal } from "./components/Modal/Modal";
export { WebFileIcon } from "./components/WebFileIcon/WebFileIcon"

0 comments on commit 8894bce

Please sign in to comment.