Files
SCM-Manager/scm-ui/ui-components/src/avatar/index.js
2019-10-07 10:57:09 +02:00

5 lines
126 B
JavaScript

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