fix: error

This commit is contained in:
imeepos
2025-10-29 19:38:04 +08:00
parent 3a99ff96d5
commit 30ea4fb13c
34 changed files with 2185 additions and 870 deletions

View File

@@ -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[];