X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Findex.ts;h=b628a366291da81269333dc9524449d0f216970c;hb=e636eb88101a51399057c86477af6677f5614d48;hp=11e2587c088e9f234fb168b821cddd9ee330b7b1;hpb=4f133041819409a72cf70fa2fa6c4df14c6de4fd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/index.ts b/client/src/app/+admin/index.ts index 11e2587c0..b628a3662 100644 --- a/client/src/app/+admin/index.ts +++ b/client/src/app/+admin/index.ts @@ -1,6 +1 @@ -export * from './friends' -export * from './requests' -export * from './users' -export * from './admin-routing.module' export * from './admin.module' -export * from './admin.component'