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

8 lines
232 B
TypeScript
Raw Normal View History

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