Skip to content

Commit e71d2d3

Browse files
committed
fix: animation component reexport from momentum-design
1 parent 413c822 commit e71d2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export {
144144
ButtonRefType,
145145
} from './components';
146146

147-
export { MdcAnimation as Animation } from '@momentum-design/components';
147+
export { Animation } from '@momentum-design/components/react';
148148

149149
export { PRESERVE_TABINDEX_CLASSNAME } from './utils/navigation';
150150
export { AriaLabelRequired } from './utils/a11y';

0 commit comments

Comments
 (0)