diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index 54e11d0..fbca4e2 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -1,35 +1,34 @@ import { Tabs } from 'expo-router'; import React from 'react'; -import { HapticTab } from '@/components/haptic-tab'; import { IconSymbol } from '@/components/ui/icon-symbol'; -import { Colors } from '@/constants/theme'; -import { useColorScheme } from '@/hooks/use-color-scheme'; +import { COLORS } from '@/constants/theme'; export default function TabLayout() { - const colorScheme = useColorScheme(); - return ( , }} /> , + title: 'Statistik', + tabBarIcon: ({ color }) => , }} /> ); -} +} \ No newline at end of file