Move db-unchanged to db dir
This commit is contained in:
@@ -5,7 +5,7 @@ import { getOrCreateCycleDay, getBleedingDaysSortedByDate } from '../db'
|
||||
import cycleModule from '../lib/cycle'
|
||||
import {shadesOfRed} from '../styles/index'
|
||||
import styles from '../styles/index'
|
||||
import nothingChanged from '../helpers/db-unchanged'
|
||||
import nothingChanged from '../db/db-unchanged'
|
||||
|
||||
export default class CalendarView extends Component {
|
||||
constructor(props) {
|
||||
|
||||
@@ -19,7 +19,7 @@ import MucusIcon from '../../assets/mucus'
|
||||
import NoteIcon from '../../assets/note'
|
||||
import PainIcon from '../../assets/pain'
|
||||
import SexIcon from '../../assets/sex'
|
||||
import nothingChanged from '../../helpers/db-unchanged'
|
||||
import nothingChanged from '../../db/db-unchanged'
|
||||
|
||||
export default class CycleChart extends Component {
|
||||
constructor(props) {
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ import { getOrCreateCycleDay, getCycleDaysSortedByDate } from '../db'
|
||||
import { getFertilityStatusForDay } from '../lib/sympto-adapter'
|
||||
import styles from '../styles'
|
||||
import AppText, { AppTextLight } from './app-text'
|
||||
import nothingChanged from '../helpers/db-unchanged'
|
||||
import nothingChanged from '../db/db-unchanged'
|
||||
|
||||
export default class Home extends Component {
|
||||
constructor(props) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import Moment from 'moment'
|
||||
import { settings as labels } from '../components/labels'
|
||||
import { getOrCreateCycleDay, getBleedingDaysSortedByDate } from '../db'
|
||||
import cycleModule from './cycle'
|
||||
import nothingChanged from '../helpers/db-unchanged'
|
||||
import nothingChanged from '../db/db-unchanged'
|
||||
|
||||
export default function setupNotifications(navigate) {
|
||||
Notification.configure({
|
||||
|
||||
Reference in New Issue
Block a user