Skip to content
Snippets Groups Projects
Commit 9fb08fb6 authored by MariaZ's avatar MariaZ Committed by BloodyMarie
Browse files

Fix linter errors

parent 38898503
No related branches found
No related tags found
No related merge requests found
import React from 'react'
import { Dimensions, ImageBackground, View } from 'react-native'
import { ImageBackground, View } from 'react-native'
import { ScaledSheet } from 'react-native-size-matters'
import AppPage from './common/app-page'
......@@ -12,10 +12,8 @@ import {getCycleLengthStats as getCycleInfo} from '../lib/cycle-length'
import {stats as labels} from '../i18n/en/labels'
import { Sizes, Spacing, Typography } from '../styles'
import { fontRatio } from '../config'
const image = require('../assets/cycle-icon.png')
const screen = Dimensions.get('screen')
const Stats = () => {
const cycleLengths = cycleModule().getAllCycleLengths()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment