AppLoading/AppText/AppTextInput/Button/FramedSegment/Link -> ./common
This commit is contained in:
@@ -2,7 +2,7 @@ import React, { Component } from 'react'
|
||||
import {
|
||||
ScrollView,
|
||||
} from 'react-native'
|
||||
import FramedSegment from '../../framed-segment'
|
||||
import FramedSegment from '../../common/framed-segment'
|
||||
import TempReminderPicker from './temp-reminder-picker'
|
||||
import PeriodReminderPicker from './period-reminder'
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import {
|
||||
View,
|
||||
Switch
|
||||
} from 'react-native'
|
||||
import AppText from '../../app-text'
|
||||
import AppText from '../../common/app-text'
|
||||
import {
|
||||
periodReminderObservable,
|
||||
savePeriodReminder
|
||||
|
||||
@@ -5,7 +5,7 @@ import {
|
||||
Switch
|
||||
} from 'react-native'
|
||||
import DateTimePicker from 'react-native-modal-datetime-picker-nevo'
|
||||
import AppText from '../../app-text'
|
||||
import AppText from '../../common/app-text'
|
||||
import {
|
||||
tempReminderObservable,
|
||||
saveTempReminder
|
||||
|
||||
Reference in New Issue
Block a user