Skip to content

Commit ae7bac6

Browse files
committed
fix: 🐛 Exporte addIcons depuis icons.js et index.js
1 parent 83fdefb commit ae7bac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// import './init-dsfr.js'
22
// import '@gouvfr/dsfr/dist/core/core.module.js'
33
import * as components from './components/index.js'
4-
import VIcon from './icons.js'
4+
import VIcon, { addIcons } from './icons.js'
55

66
export default {
77
install: (app, options) => {
@@ -17,4 +17,4 @@ export * from './components/index.js'
1717
export * from './utils/random-utils.js'
1818
export * from './composables.js'
1919

20-
export { VIcon }
20+
export { VIcon, addIcons }

0 commit comments

Comments
 (0)