diff --git a/src/index.js b/src/index.js index 6a115d4bc..904c34836 100644 --- a/src/index.js +++ b/src/index.js @@ -144,7 +144,7 @@ export { ButtonRefType, } from './components'; -export { MdcAnimation as Animation } from '@momentum-design/components'; +export { Animation } from '@momentum-design/components/react/index.js'; export { PRESERVE_TABINDEX_CLASSNAME } from './utils/navigation'; export { AriaLabelRequired } from './utils/a11y';