From e2e14e414de25904d791b503d2852c68b3ac9415 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 16 Jul 2025 07:55:57 +0700 Subject: m --- constants/routes.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 constants/routes.ts (limited to 'constants/routes.ts') diff --git a/constants/routes.ts b/constants/routes.ts new file mode 100644 index 0000000..697f4fc --- /dev/null +++ b/constants/routes.ts @@ -0,0 +1,11 @@ +export const ROUTES = { + PASSKEY_SETUP: "PasskeySetup", + LOGIN: "Login", + HOME: "Home", + SEND: "Send", + RECEIVE: "Receive", + HISTORY: "TransactionHistory", + MAIN_TABS: "MainTabs", + AUTH: "Auth", + APP: "App", +} as const; -- cgit v1.2.3