summaryrefslogtreecommitdiff
path: root/constants/routes.ts
blob: 697f4fcfe58aaac872bc9c387eb7a40a98f2a463 (plain)
1
2
3
4
5
6
7
8
9
10
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;