5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
// @flow
|
|
|
|
export * from './web';
|
|
export { default as Avatar } from './Avatar';
|