X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=521afc29cf8a6062feed4809ebc4109ded94d471;hb=1a00c5619f11c5faecd384b011e037a8ed5fde46;hp=3c01e05aafc55e70b2af9fcca6a1e3d67a216918;hpb=b33f657c304b77938c1f68164d8e754787f5aae5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index 3c01e05aa..521afc29c 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -2,4 +2,5 @@ export * from './auth' export * from './server' export * from './confirm' export * from './routing' +export * from './theme' export * from './core.module'