import snapshot rebuilder into replayer

This commit is contained in:
Yanzhen Yu
2018-10-12 13:33:53 +08:00
parent 85a56d2047
commit e93fd177be
3 changed files with 66 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import record from './record';
import replay from './replay';
export { record };
export { record, replay };