mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Remove unnecessary @ts-ignores Use @ts-expect-error instead of @ts-ignore for external dependencies
4 lines
62 B
TypeScript
4 lines
62 B
TypeScript
import { Component } from 'react';
|
|
|
|
export default Component;
|