Export webfile component
This commit is contained in:
parent
94c29ed8a6
commit
8894bce406
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@codex-storage/marketplace-ui-components",
|
||||
"version": "0.0.37",
|
||||
"version": "0.0.38",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@codex-storage/marketplace-ui-components",
|
||||
"version": "0.0.37",
|
||||
"version": "0.0.38",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"lucide-react": "^0.453.0"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue