mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
remove unused import
This commit is contained in:
parent
191591e807
commit
05028f1997
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ limitations under the License.
|
|||
import { Room } from "matrix-js-sdk/src/models/room";
|
||||
import { RoomUpdateCause, TagID } from "../../models";
|
||||
import { SortAlgorithm } from "../models";
|
||||
import AwaitLock from "await-lock";
|
||||
|
||||
/**
|
||||
* Represents a list ordering algorithm. Subclasses should populate the
|
||||
|
|
Loading…
Reference in a new issue