Moves out chart (data modelling) helpers to a separate file

This commit is contained in:
mashazyu
2019-11-17 19:47:25 +01:00
committed by Sofiya Tepikin
parent bc04f6a24b
commit ed66395318
5 changed files with 71 additions and 70 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { View } from 'react-native'
import Tick from './tick'
import { getTickList } from './y-axis'
import { getTickList } from '../helpers/chart'
import styles from './styles'