mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 04:43:58 +00:00
integrations: Use namespace import for blueslip.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
df9140ae69
commit
93a0680881
@@ -1,6 +1,6 @@
|
|||||||
import _ from "lodash";
|
import _ from "lodash";
|
||||||
|
|
||||||
import blueslip from "../blueslip";
|
import * as blueslip from "../blueslip";
|
||||||
|
|
||||||
import * as google_analytics from "./google-analytics";
|
import * as google_analytics from "./google-analytics";
|
||||||
import {path_parts} from "./landing-page";
|
import {path_parts} from "./landing-page";
|
||||||
|
|||||||
Reference in New Issue
Block a user