removed unused imports

parent 5482330b
......@@ -5,10 +5,10 @@ import themeColors from '../assets/colors';
const AppCountDownTimer = () => (
<CountdownCircleTimer
isPlaying
isPlaying={false}
size={40}
strokeWidth={5}
duration={10}
duration={20}
trailColor={themeColors.WHITE}
colors={[
[themeColors.BLACK, 0.4],
......
import React from 'react';
import { SafeAreaView, StyleSheet, View } from 'react-native';
import { SafeAreaView, StyleSheet } from 'react-native';
export const AppContainer = (props) => {
return(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment