mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:18:08 +00:00
In cross origin issolated mode we need to explicitly add crossOrigin attribute for all resources that are loaded with CORS headers.
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
// @flow
|
|
|
|
export * from './components';
|
|
export * from './constants';
|
|
export * from './functions';
|