js: Consistently use ES module from SimpleBar.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-04-23 11:58:44 -07:00 committed by Tim Abbott
parent cef2ecf004
commit 41dd50948a
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import $ from "jquery";
import SimpleBar from "simplebar/dist/simplebar";
import SimpleBar from "simplebar";
import * as common from "../common";

View File

@ -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";

View File

@ -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"
],