summaryrefslogtreecommitdiff
path: root/constants/routes.ts
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-16 07:55:57 +0700
committerpolwex <polwex@sortug.com>2025-07-16 07:55:57 +0700
commite2e14e414de25904d791b503d2852c68b3ac9415 (patch)
tree051b3b0dbaa6252d9a1687d29b401d079dbafb6b /constants/routes.ts
parenta528bd94a6e8e25010ae26a305550b211df0ddc6 (diff)
Diffstat (limited to 'constants/routes.ts')
-rw-r--r--constants/routes.ts11
1 files changed, 11 insertions, 0 deletions
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;