X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fcore-utils%2Findex.ts;h=e0a6a8087167090861b80ae30a4281fe2a9fe2b4;hb=9c58375c082dc044f683487e81c0a80a10b3a087;hp=0b05dc9ebf4ec74304dbe978627b8a2ae0756008;hpb=9162fdd36300d2478f13d6ad346ec2c323f40faa;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/core-utils/index.ts b/shared/core-utils/index.ts index 0b05dc9eb..e0a6a8087 100644 --- a/shared/core-utils/index.ts +++ b/shared/core-utils/index.ts @@ -1,7 +1,8 @@ export * from './abuse' export * from './common' export * from './i18n' -export * from './logs' export * from './plugins' export * from './renderer' export * from './users' +export * from './utils' +export * from './videos'