UNPKG

@habit.analytics/habit-smartlink-reactcomponent

Version:

A React component for Habit SmartLink integration.

7 lines (6 loc) 297 B
export const SMARTLINK_BASE_URL = { localhost: "http://localhost:5173/habit-smart-link/", int: "https://distributors.integrations.habit.io/habit-smart-link/", qa: "https://distributors.qa.habit.io/habit-smart-link/", default: "https://distributors.habit.io/habit-smart-link/", } as const;