From 1641370fbedc42e07f7a9b7758286d341f13b624 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 19 Jul 2016 10:16:44 -0400 Subject: Moving javascript driver back to platform (#3613) --- webapp/actions/analytics_actions.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/actions/analytics_actions.jsx') diff --git a/webapp/actions/analytics_actions.jsx b/webapp/actions/analytics_actions.jsx index 05e4eeee2..924afdaed 100644 --- a/webapp/actions/analytics_actions.jsx +++ b/webapp/actions/analytics_actions.jsx @@ -1,7 +1,7 @@ // Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. // See License.txt for license information. -import Client from 'utils/web_client.jsx'; +import Client from 'client/web_client.jsx'; export function track(category, action, label, property, value) { Client.track(category, action, label, property, value); -- cgit v1.2.3-1-g7c22