Skip to content

Commit

Permalink
Merge pull request #4166 from nextcloud/export-dist-a11y
Browse files Browse the repository at this point in the history
Export dist a11y activation util
  • Loading branch information
susnux committed May 30, 2023
2 parents 3d931fb + 62e91c2 commit ad9e43c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions src/functions/index.js
@@ -1,2 +1,3 @@
export * from './a11y/index.js'
export * from './emoji/index.js'
export { default as usernameToColor } from './usernameToColor/index.js'
1 change: 0 additions & 1 deletion src/index.js
Expand Up @@ -24,4 +24,3 @@ export * from './components/index.js'
export * from './functions/index.js'
export * from './directives/index.js'
export * from './mixins/index.js'
export * from './a11y/index.js'

0 comments on commit ad9e43c

Please sign in to comment.