X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Findex.ts;h=285955468a36e9d5f6cb7c4cd358ea11dd4e2ff2;hb=62068f4153cb1e67fe30a7f92947c3f2ec058c73;hp=7849a06e7253a3de5151b7d315b52744b321dc4b;hpb=51548b31815c6f96f314ae96588a9adca150519d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/index.ts b/client/src/app/+admin/follows/index.ts index 7849a06e7..285955468 100644 --- a/client/src/app/+admin/follows/index.ts +++ b/client/src/app/+admin/follows/index.ts @@ -1,6 +1,5 @@ -export * from './following-add' export * from './followers-list' export * from './following-list' -export * from './shared' +export * from './video-redundancies-list' export * from './follows.component' export * from './follows.routes'