Fix imports
This commit is contained in:
@@ -3,7 +3,7 @@ import Share from 'react-native-share'
|
|||||||
import { getCycleDaysSortedByDate } from '../../../db'
|
import { getCycleDaysSortedByDate } from '../../../db'
|
||||||
import getDataAsCsvDataUri from '../../../lib/import-export/export-to-csv'
|
import getDataAsCsvDataUri from '../../../lib/import-export/export-to-csv'
|
||||||
import alertError from '../alert-error'
|
import alertError from '../alert-error'
|
||||||
import { settings } from '../../../i18n/en/settings'
|
import settings from '../../../i18n/en/settings'
|
||||||
import RNFS from 'react-native-fs'
|
import RNFS from 'react-native-fs'
|
||||||
|
|
||||||
export default async function exportData() {
|
export default async function exportData() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import React, { Component } from 'react'
|
import React, { Component } from 'react'
|
||||||
import { View } from 'react-native'
|
import { View } from 'react-native'
|
||||||
import { settings } from '../../../i18n/en/settings'
|
import settings from '../../../i18n/en/settings'
|
||||||
import EnterNewPassword from './enter-new-password'
|
import EnterNewPassword from './enter-new-password'
|
||||||
import SettingsButton from './settings-button'
|
import SettingsButton from './settings-button'
|
||||||
import showBackUpReminder from './show-backup-reminder'
|
import showBackUpReminder from './show-backup-reminder'
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import PasswordField from './password-field'
|
|||||||
import SettingsButton from './settings-button'
|
import SettingsButton from './settings-button'
|
||||||
|
|
||||||
import styles from '../../../styles'
|
import styles from '../../../styles'
|
||||||
import { settings } from '../../../i18n/en/settings'
|
import settings from '../../../i18n/en/settings'
|
||||||
|
|
||||||
const LISTENER_TYPE = 'create-or-change-pw'
|
const LISTENER_TYPE = 'create-or-change-pw'
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import React, { Component } from 'react'
|
|||||||
import { View } from 'react-native'
|
import { View } from 'react-native'
|
||||||
import nodejs from 'nodejs-mobile-react-native'
|
import nodejs from 'nodejs-mobile-react-native'
|
||||||
import { shared as sharedLabels } from '../../../i18n/en/labels'
|
import { shared as sharedLabels } from '../../../i18n/en/labels'
|
||||||
import { settings } from '../../../i18n/en/settings'
|
import settings from '../../../i18n/en/settings'
|
||||||
import { requestHash } from '../../../db'
|
import { requestHash } from '../../../db'
|
||||||
import EnterNewPassword from './enter-new-password'
|
import EnterNewPassword from './enter-new-password'
|
||||||
import PasswordField from './password-field'
|
import PasswordField from './password-field'
|
||||||
|
|||||||
Reference in New Issue
Block a user