From fcf9e70d54bd737d2dea848d25314120f37db503 Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 18 Jan 2026 02:58:27 +0000 Subject: [WIP] Heartbeat checkpoint - 2026-01-18 02:58:27 UTC --- apps/mobile/app/task/_layout.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/mobile/app/task/_layout.tsx (limited to 'apps/mobile/app/task/_layout.tsx') 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 ; +} -- cgit v1.2.3