Files
ai-agent/web/components/support-chat/demo-navigation.ts
T

6 lines
117 B
TypeScript
Raw Normal View History

export const SUPPORT_DEMO_PATH = "/support/demo"
export function getWidgetDemoPath() {
return SUPPORT_DEMO_PATH
}