integrations: Use namespace import for blueslip.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-09-24 03:30:16 -07:00
committed by Tim Abbott
parent df9140ae69
commit 93a0680881

View File

@@ -1,6 +1,6 @@
import _ from "lodash";
import blueslip from "../blueslip";
import * as blueslip from "../blueslip";
import * as google_analytics from "./google-analytics";
import {path_parts} from "./landing-page";