]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/index.ts
Client: split in angular modules
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / index.ts
CommitLineData
4a6995be
C
1export * from './shared';
2export * from './video-add';
3export * from './video-list';
4export * from './video-watch';
693b1aba 5export * from './videos-routing.module';
0629423c 6export * from './videos.component';
693b1aba 7export * from './videos.module';