瀏覽代碼

style: 更正引用格式 (#5784)

zhang 5 月之前
父節點
當前提交
aa2907323f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/icons/src/index.ts

+ 2 - 2
packages/icons/src/index.ts

@@ -1,3 +1,3 @@
-export * from './iconify/index.js';
+export * from './iconify';
 export { default as EmptyIcon } from './icons/empty-icon.vue';
-export * from './svg/index.js';
+export * from './svg';