Skip to content

Commit

Permalink
chore(utils): use wildcard for all imports
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed Mar 15, 2024
1 parent bab29c3 commit b662643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// @see https://nuxt.com/docs/guide/directory-structure/composables#how-files-are-scanned

// string
export { b64DecodeUnicode } from './string/b64-decode-unicode'
export * from './string/b64-decode-unicode'
// Roadiz
export { getResponseAlternateLinks } from './roadiz/get-response-alternate-links'
export * from './roadiz/get-response-alternate-links'
export * from './roadiz/document'
export * from './roadiz/entity'
export * from './roadiz/node-sources'
Expand Down

0 comments on commit b662643

Please sign in to comment.