ref: Remove some index files (#13151)

Fix imports
This commit is contained in:
Robert Pintilii
2023-04-03 13:49:19 +03:00
committed by GitHub
parent 75bb460ccf
commit 0b65acb528
393 changed files with 648 additions and 920 deletions

View File

@@ -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';

View File

@@ -1,3 +0,0 @@
// @flow
export { default as GoogleSignInButton } from './GoogleSignInButton';

View File

@@ -1,6 +1,6 @@
// @flow
import { createStyleSheet } from '../../base/styles';
import { createStyleSheet } from '../../base/styles/functions.any';
/**
* For styling explanations, see:

View File

@@ -1,6 +0,0 @@
// @flow
export * from './actions';
export * from './components';
export * from './constants';
export { default as googleApi } from './googleApi';