1
0
Fork 0
peertube/server/tests/plugins/index.ts

6 lines
125 B
TypeScript
Raw Normal View History

2019-07-24 04:21:22 -04:00
import './action-hooks'
import './filter-hooks'
2019-07-26 08:44:50 -04:00
import './translations'
import './video-constants'
2020-04-09 05:00:30 -04:00
import './plugin-helpers'