1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00
Peertube/server/tests/plugins/index.ts
2020-05-04 16:21:39 +02:00

9 lines
229 B
TypeScript

import './action-hooks'
import './id-and-pass-auth'
import './external-auth'
import './filter-hooks'
import './translations'
import './video-constants'
import './plugin-helpers'
import './plugin-router'
import './plugin-storage'