mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
js: Use simplebar ES module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7c755f1394
commit
b00a0bfe53
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const SimpleBar = require("simplebar/dist/simplebar");
|
||||
const SimpleBar = require("simplebar").default;
|
||||
|
||||
// What, if anything, obscures the home tab?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user