X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Findex.ts;h=3a7fd4c3498072d41166948e69717aee1dc0de18;hb=51353d9a035fb6b81f903a8b5f391292841649fd;hp=a4d813c0673021c60622d9fb208e7ebe3da3183b;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/index.ts b/client/src/app/shared/shared-main/index.ts index a4d813c06..3a7fd4c34 100644 --- a/client/src/app/shared/shared-main/index.ts +++ b/client/src/app/shared/shared-main/index.ts @@ -5,6 +5,9 @@ export * from './date' export * from './feeds' export * from './loaders' export * from './misc' +export * from './peertube-modal' +export * from './plugins' +export * from './router' export * from './users' export * from './video' export * from './video-caption'