added tour

This commit is contained in:
marvzhang
2020-01-29 12:23:10 +08:00
parent 106646e9f5
commit 7654d638d0
8 changed files with 102 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
import stats from './stats'
import encrypt from './encrypt'
import tour from './tour'
export default {
stats,
encrypt
encrypt,
tour
}