Files
SCM-Manager/scm-ui-components/packages/ui-components/src/avatar/index.js

5 lines
126 B
JavaScript
Raw Normal View History

// @flow
export { default as AvatarWrapper } from "./AvatarWrapper";
export { default as AvatarImage } from "./AvatarImage";