diff --git a/apps/frontend/app/(tabs)/_layout.tsx b/apps/frontend/app/(tabs)/_layout.tsx new file mode 100644 index 00000000..354914e2 --- /dev/null +++ b/apps/frontend/app/(tabs)/_layout.tsx @@ -0,0 +1 @@ +import{Tabs}from'expo-router';import{Home,Bell,Plus}from'lucide-react-native';export default()=>{[['index',Home],['notifications',Bell],['create',Plus]].map(([n,I])=>}}/>)}; \ No newline at end of file