X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-custom-markup%2Findex.ts;h=3bff3a91468609d57af574b72dde9f60c54a3047;hb=76b8d72e324d3a148beec38ed7b36ccfd5eb4009;hp=14bde3ea9caf3145d6c72c2db7f8aecda69a9874;hpb=1c5e49e75284100b7b1fc8b4e73c8ba53fe22e89;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 14bde3ea9..3bff3a914 100644 --- a/client/src/app/shared/shared-custom-markup/index.ts +++ b/client/src/app/shared/shared-custom-markup/index.ts @@ -1,3 +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'