X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-custom-markup%2Findex.ts;h=3bff3a91468609d57af574b72dde9f60c54a3047;hb=24893b524c47b8f89090192aa38126352a952808;hp=a9ac2516ca46e33e5f1f73072b533fe738286e24;hpb=15f35256af15b97d2298cc44e76ffcafe73a1c88;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-custom-markup/index.ts b/client/src/app/shared/shared-custom-markup/index.ts index a9ac2516c..3bff3a914 100644 --- a/client/src/app/shared/shared-custom-markup/index.ts +++ b/client/src/app/shared/shared-custom-markup/index.ts @@ -1,4 +1,5 @@ export * from './custom-markup.service' +export * from './custom-markup-container.component' export * from './dynamic-element.service' export * from './custom-markup-help.component' export * from './shared-custom-markup.module'