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:
Saúl Ibarra Corretgé
2022-01-20 11:59:50 +01:00
committed by Saúl Ibarra Corretgé
parent f4bd40dcfe
commit 8f1a7d52d2
10 changed files with 12 additions and 15 deletions

View File

@@ -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 & {