UNPKG

@cranberry-money/shared-constants

Version:

Shared constants for Blueberry platform

34 lines 1.12 kB
export const NAVIGATION_ROUTES = { HOME: '/', ABOUT: '/about', CONTACT: '/contact', SIGN_IN: '/signin', DASHBOARD: '/dashboard', ASSET_ALLOCATION: '/asset-allocations', CASH_TRANSACTIONS: '/cash-transactions', ORDERS: '/orders', TRADES: '/trades', SIGNUP_USER: '/signup/user', SIGNUP_EMAIL_CONFIRMATION: '/signup/email_confirmation', SIGNUP_USER_PROFILE: '/signup/user_profile', SIGNUP_TAX_RESIDENCIES: '/signup/tax_residencies', SIGNUP_INVESTMENT_PREFERENCES: '/signup/investment_preferences', SIGNUP_PORTFOLIO_SELECTION: '/signup/portfolio_selection', SIGNUP_PORTFOLIO_PERFORMANCE: '/signup/portfolio_performance', SIGNUP_REVIEW: '/signup/review', SIGNUP_ASSET_ALLOCATION: '/signup/asset_allocation', }; export const NAVIGATION_LABELS = { HOME: 'Home', ABOUT: 'About', CONTACT: 'Contact', SIGN_IN: 'Sign In', DASHBOARD: 'Dashboard', ALLOCATION: 'Allocation', CASH: 'Cash', ORDERS: 'Orders', TRADES: 'Trades', SIGN_OUT: 'Sign Out', SIGNING_OUT: 'Signing Out...', }; //# sourceMappingURL=navigation.js.map