mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 17:37:49 +00:00
fix(rn,build) fix use of "bare" relative path
The Metro bundler gets confused and the result of such import statements is `undefined`.
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
f4bd40dcfe
commit
8f1a7d52d2
@@ -4,7 +4,7 @@ import { openDialog } from '../../base/dialog';
|
||||
import { IconCloseCircle } from '../../base/icons';
|
||||
import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components';
|
||||
|
||||
import { KickRemoteParticipantDialog } from '.';
|
||||
import { KickRemoteParticipantDialog } from './';
|
||||
|
||||
export type Props = AbstractButtonProps & {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user