mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Rename AsyncMappedList to TypeScript
This commit is contained in:
parent
b148f3ca9e
commit
e6de873b6e
@ -23,7 +23,7 @@ import {BaseObservableMap} from "./map/BaseObservableMap.js";
|
||||
export { ObservableArray } from "./list/ObservableArray";
|
||||
export { SortedArray } from "./list/SortedArray.js";
|
||||
export { MappedList } from "./list/MappedList.js";
|
||||
export { AsyncMappedList } from "./list/AsyncMappedList.js";
|
||||
export { AsyncMappedList } from "./list/AsyncMappedList";
|
||||
export { ConcatList } from "./list/ConcatList.js";
|
||||
export { ObservableMap } from "./map/ObservableMap.js";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user