Skip to content

Commit

Permalink
update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfantaholic committed Nov 22, 2023
1 parent 9ad7652 commit 56dd076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@real-wagmi/uikit",
"version": "1.0.14",
"version": "1.0.15",
"description": "",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export * from "./components";
export * from "./theme";
export * from "./Providers";
export * from './hooks';
export * as ResetCSS from './ResetCSS';
export { default as ResetCSS } from './ResetCSS';

0 comments on commit 56dd076

Please sign in to comment.