mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
js: Consistently use ES module from SimpleBar.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
cef2ecf004
commit
41dd50948a
@@ -1,5 +1,5 @@
|
||||
import $ from "jquery";
|
||||
import SimpleBar from "simplebar/dist/simplebar";
|
||||
import SimpleBar from "simplebar";
|
||||
|
||||
import * as common from "../common";
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import $ from "jquery";
|
||||
import SimpleBar from "simplebar/dist/simplebar";
|
||||
import SimpleBar from "simplebar";
|
||||
|
||||
import * as blueslip from "./blueslip";
|
||||
import * as common from "./common";
|
||||
|
@@ -49,7 +49,7 @@
|
||||
"help": [
|
||||
"./static/js/bundles/portico",
|
||||
"simplebar/dist/simplebar.css",
|
||||
"simplebar/dist/simplebar",
|
||||
"simplebar",
|
||||
"./static/js/portico/help",
|
||||
"./static/js/portico/tabbed-instructions"
|
||||
],
|
||||
|
Reference in New Issue
Block a user