Move chart t to new component folder

This commit is contained in:
Julia Friesel
2018-06-20 17:26:04 +02:00
parent e39a731ddc
commit 3420ac3f87
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import Home from './home'
import Calendar from './calendar'
import CycleDay from './cycle-day'
import Chart from './chart'
import Chart from './components/chart'
// this is until react native fixes this bug, see https://github.com/facebook/react-native/issues/18868#issuecomment-382671739
import { YellowBox } from 'react-native'