mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-12 01:42:29 +00:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
|
|
// @flow
|
||
|
|
|
||
|
|
import { getLogger } from '../logging/functions';
|
||
|
|
|
||
|
|
export default getLogger('features/base/testing');
|