X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Findex.ts;h=7f62c11008bcbe8dd1b7d322f211f57df8e79539;hb=ba24a31c26ff566ea419399c3a49bf9d170bc66b;hp=c905ed20a15acba132b2d4af3c75a8d204710732;hpb=b33f657c304b77938c1f68164d8e754787f5aae5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/menu/index.ts b/client/src/app/menu/index.ts index c905ed20a..7f62c1100 100644 --- a/client/src/app/menu/index.ts +++ b/client/src/app/menu/index.ts @@ -1,2 +1,3 @@ +export * from './language-chooser.component' +export * from './notification.component' export * from './menu.component' -export * from './menu-admin.component'