mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
16 lines
235 B
Go
16 lines
235 B
Go
import stats from './stats'
|
|
import encrypt from './encrypt'
|
|
import tour from './tour'
|
|
import log from './log'
|
|
import scrapy from './scrapy'
|
|
import doc from './doc'
|
|
|
|
export default {
|
|
stats,
|
|
encrypt,
|
|
tour,
|
|
log,
|
|
scrapy,
|
|
doc
|
|
}
|