fix: error
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { StyleSheet, FlatList, ActivityIndicator, RefreshControl, View } from 'react-native';
|
||||
import { useThemeColor } from '@/hooks/use-theme-color';
|
||||
import { Template } from '@/lib/types/template';
|
||||
import { ActivityIndicator, FlatList, RefreshControl, StyleSheet, View } from 'react-native';
|
||||
import { ThemedText } from '../themed-text';
|
||||
import { ThemedView } from '../themed-view';
|
||||
import { Template } from '@/lib/types/template';
|
||||
import { TemplateCard } from './template-card';
|
||||
import { useThemeColor } from '@/hooks/use-theme-color';
|
||||
|
||||
interface TemplateListProps {
|
||||
templates: Template[];
|
||||
|
||||
Reference in New Issue
Block a user