mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-12 09:12:31 +00:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
// @flow
|
|
|
|
import { getLogger } from '../logging/functions';
|
|
|
|
export default getLogger('features/base/tracks');
|