X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Findex.ts;h=b52ec7e8c703d3bdae6de17460f697b84ef6ee3a;hb=5b0ec7cddb1ae6dbd2057f067382866f846b882c;hp=e94f33710513285583899589d824c7d7f9200d7c;hpb=a6dbbf03865a955caaedc3b12f3de3e386fe850f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/index.ts b/client/src/app/+admin/follows/index.ts index e94f33710..b52ec7e8c 100644 --- a/client/src/app/+admin/follows/index.ts +++ b/client/src/app/+admin/follows/index.ts @@ -1,5 +1,4 @@ -export * from './following-add' export * from './followers-list' export * from './following-list' -export * from './follows.component' +export * from './video-redundancies-list' export * from './follows.routes'