X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=f664aff41d482a55859863d3d25cd6c588651090;hb=3b20bdd6dc7402b0723e038c57f0606131e20e54;hp=8358261ae6b9de7619e4d1a39b990de3e4eb70eb;hpb=db7af09bd8e9de57cdda88c2e32387551235b3a4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index 8358261ae..f664aff41 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,6 +1,8 @@ export * from './auth' -export * from './server' export * from './confirm' -export * from './menu' export * from './routing' +export * from './server' +export * from './notification' +export * from './theme' + export * from './core.module'