mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 16:27: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
@@ -10,7 +10,7 @@ import {
|
||||
} from '../../base/participants';
|
||||
import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components';
|
||||
|
||||
import { GrantModeratorDialog } from '.';
|
||||
import { GrantModeratorDialog } from './';
|
||||
|
||||
export type Props = AbstractButtonProps & {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user