mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
14 lines
204 B
Go
14 lines
204 B
Go
import stats from './stats'
|
|
import encrypt from './encrypt'
|
|
import tour from './tour'
|
|
import log from './log'
|
|
import scrapy from './scrapy'
|
|
|
|
export default {
|
|
stats,
|
|
encrypt,
|
|
tour,
|
|
log,
|
|
scrapy
|
|
}
|