wavelength_app/components/home/Countdown.tsx
2024-10-25 16:57:25 -05:00

8 lines
265 B
TypeScript

import React, { useEffect, useState } from 'react';
import { StyleSheet, ActivityIndicator, TouchableOpacity } from 'react-native';
import { ThemedText, ThemedView } from '@/components/theme/Theme';
import { SafeAreaView } from 'react-native-safe-area-context';