X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-custom-markup%2Findex.ts;h=a9ac2516ca46e33e5f1f73072b533fe738286e24;hb=15f35256af15b97d2298cc44e76ffcafe73a1c88;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..a9ac2516c 100644 --- a/client/src/app/shared/shared-custom-markup/index.ts +++ b/client/src/app/shared/shared-custom-markup/index.ts @@ -1,3 +1,4 @@ export * from './custom-markup.service' export * from './dynamic-element.service' +export * from './custom-markup-help.component' export * from './shared-custom-markup.module'