frontend: rig route for sleep records
Parents:
b9a7fe01 file(s) changed
- frontend/app/_layout.tsx +7 -0
frontend/app/_layout.tsx
@@ -45,6 +45,13 @@ sheetInitialDetentIndex: 1
45 45 }}
46 46 />
47 47
48 + <Stack.Screen
49 + name="sleep/new"
50 + options={{
51 + title: "Registrar Sono"
52 + }}
53 + />
54 +
48 55 <Stack.Screen name="modal" options={{ presentation: 'modal', title: 'Modal' }} />
49 56 </Stack>
50 57 </AuthProvider>