Renames common->shared component directory

This commit is contained in:
Sofiya Tepikin
2019-01-09 22:33:42 +01:00
parent bee0550372
commit 0feab0ed61
18 changed files with 21 additions and 26 deletions
@@ -2,7 +2,7 @@ import Share from 'react-native-share'
import { getCycleDaysSortedByDate } from '../../../db'
import getDataAsCsvDataUri from '../../../lib/import-export/export-to-csv'
import alertError from '../common/alert-error'
import alertError from '../shared/alert-error'
import settings from '../../../i18n/en/settings'
import { EXPORT_FILE_NAME } from './constants'
import RNFS from 'react-native-fs'