summaryrefslogtreecommitdiff
path: root/constants/routes.ts
diff options
context:
space:
mode:
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;