Rename ConcatList to TypeScript

This commit is contained in:
Danila Fedorin 2021-09-29 19:15:55 -07:00
parent 8466a910da
commit ddca467e30
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@ export { ObservableArray } from "./list/ObservableArray";
export { SortedArray } from "./list/SortedArray.js";
export { MappedList } from "./list/MappedList.js";
export { AsyncMappedList } from "./list/AsyncMappedList";
export { ConcatList } from "./list/ConcatList.js";
export { ConcatList } from "./list/ConcatList";
export { ObservableMap } from "./map/ObservableMap.js";
// avoid circular dependency between these classes