X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=shared%2Fcore-utils%2Findex.ts;h=e0a6a8087167090861b80ae30a4281fe2a9fe2b4;hb=8dd754c76735417305c4b68e2ada6f623e9d7650;hp=42d7cab1d128143509a89d07888ebe85874eb96c;hpb=9ff36c2d70956d2775d207c7809adb6fe7f2f2a5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/core-utils/index.ts b/shared/core-utils/index.ts index 42d7cab1d..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 './miscs' export * from './plugins' export * from './renderer' export * from './users' +export * from './utils' +export * from './videos'