Files
jitsi-meet/react/features/base/avatar/index.js
Hristo Terezov 208586cead fix(gravatar): Add crossOrigin attribute.
In cross origin issolated mode we need to explicitly add crossOrigin
attribute for all resources that are loaded with CORS headers.
2021-11-30 16:15:20 -06:00

6 lines
98 B
JavaScript

// @flow
export * from './components';
export * from './constants';
export * from './functions';