mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
@@ -3,7 +3,7 @@
|
||||
import React from 'react';
|
||||
import { Image, TouchableOpacity } from 'react-native';
|
||||
|
||||
import { translate } from '../../base/i18n';
|
||||
import { translate } from '../../base/i18n/functions';
|
||||
import Button from '../../base/ui/components/native/Button';
|
||||
import { BUTTON_TYPES } from '../../base/ui/constants.native';
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
// @flow
|
||||
|
||||
export { default as GoogleSignInButton } from './GoogleSignInButton';
|
||||
@@ -1,6 +1,6 @@
|
||||
// @flow
|
||||
|
||||
import { createStyleSheet } from '../../base/styles';
|
||||
import { createStyleSheet } from '../../base/styles/functions.any';
|
||||
|
||||
/**
|
||||
* For styling explanations, see:
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
// @flow
|
||||
|
||||
export * from './actions';
|
||||
export * from './components';
|
||||
export * from './constants';
|
||||
export { default as googleApi } from './googleApi';
|
||||
Reference in New Issue
Block a user