Working on map view

This commit is contained in:
maciejhirsz
2018-07-14 22:56:20 +02:00
parent bcc7145477
commit 2c073eac19
16 changed files with 308 additions and 64 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
export * from './iterators';
export * from './helpers';
export * from './id';
@@ -7,4 +6,4 @@ import * as FeedMessage from './feed';
export { Types, FeedMessage };
export const VERSION: Types.FeedVersion = 2 as Types.FeedVersion;
export const VERSION: Types.FeedVersion = 3 as Types.FeedVersion;