diff --git a/src/a11y/index.js b/src/functions/a11y/index.js similarity index 100% rename from src/a11y/index.js rename to src/functions/a11y/index.js diff --git a/src/functions/index.js b/src/functions/index.js index 7ce212b67d..cc1754a73c 100644 --- a/src/functions/index.js +++ b/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' diff --git a/src/index.js b/src/index.js index 19c70217b2..5bc0d1c76a 100644 --- a/src/index.js +++ b/src/index.js @@ -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'