We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d2bc5 commit aa29073Copy full SHA for aa29073
packages/icons/src/index.ts
@@ -1,3 +1,3 @@
1
-export * from './iconify/index.js';
+export * from './iconify';
2
export { default as EmptyIcon } from './icons/empty-icon.vue';
3
-export * from './svg/index.js';
+export * from './svg';
0 commit comments