mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-03-07 20:20:21 +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;
|