mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-03-07 20:20:21 +00:00
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
// @flow
|
|
|
|
import { getLogger } from '../logging/functions';
|
|
|
|
export default getLogger('features/base/util');
|