1
0
Fork 0
peertube/server/tests/api/search/index.ts

8 lines
232 B
TypeScript
Raw Normal View History

2021-06-17 10:02:38 -04:00
import './search-activitypub-video-playlists'
2018-08-24 05:04:02 -04:00
import './search-activitypub-video-channels'
2018-08-22 10:15:35 -04:00
import './search-activitypub-videos'
2021-06-17 10:02:38 -04:00
import './search-channels'
2020-06-10 04:58:44 -04:00
import './search-index'
2021-06-17 10:02:38 -04:00
import './search-playlists'
2018-08-22 10:15:35 -04:00
import './search-videos'