Skip to content

Commit 81cb9aa

Browse files
committed
fix: import order
1 parent 32be3f7 commit 81cb9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export { IconCoins } from "./icons/coins";
44
export { IconCopy } from "./icons/copy";
55
export { IconDroplet } from "./icons/droplet";
66
export { IconEdit } from "./icons/edit";
7-
export { IconWallet } from "./icons/wallet";
87
export { IconExpand } from "./icons/expand";
98
export { IconExternal } from "./icons/external";
109
export { IconFire } from "./icons/fire";
@@ -19,6 +18,7 @@ export { IconSearch } from "./icons/search";
1918
export { IconShield } from "./icons/shield";
2019
export { IconTool } from "./icons/tool";
2120
export { IconTriangle } from "./icons/triangle";
21+
export { IconWallet } from "./icons/wallet";
2222
export { IconBook } from "./menu/book";
2323
export { IconCheck } from "./menu/check";
2424
export { IconCode } from "./menu/code";

0 commit comments

Comments
 (0)