From d25e4d9a8af8449fc8cb744de38e0e2a99deade0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qu=E1=BB=91c=20Kh=C3=A1nh?= Date: Sun, 14 Jul 2024 13:54:49 +0700 Subject: [PATCH] chore(mobile): [Transaction] refactor new-record route to transaction/new-record --- apps/mobile/app/(app)/_layout.tsx | 2 +- apps/mobile/app/(app)/{ => transaction}/new-record.tsx | 0 apps/mobile/components/common/toolbar.tsx | 6 +++++- 3 files changed, 6 insertions(+), 2 deletions(-) rename apps/mobile/app/(app)/{ => transaction}/new-record.tsx (100%) diff --git a/apps/mobile/app/(app)/_layout.tsx b/apps/mobile/app/(app)/_layout.tsx index 4367bbc2..ff5f4cc5 100644 --- a/apps/mobile/app/(app)/_layout.tsx +++ b/apps/mobile/app/(app)/_layout.tsx @@ -49,7 +49,7 @@ export default function AuthenticatedLayout() { }} /> - +