diff options
Diffstat (limited to 'apps/mobile/app/task/_layout.tsx')
| -rw-r--r-- | apps/mobile/app/task/_layout.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/mobile/app/task/_layout.tsx b/apps/mobile/app/task/_layout.tsx new file mode 100644 index 0000000..7e40c63 --- /dev/null +++ b/apps/mobile/app/task/_layout.tsx @@ -0,0 +1,5 @@ +import { Stack } from 'expo-router'; + +export default function TaskLayout() { + return <Stack />; +} |
