]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/following-list/following-list.component.ts
Remove useless components
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / following-list / following-list.component.ts
index 383f66ffde6baf3f1b22c51eff04841a6398525f..2c0f6db0c900d9f36eb8d7fd34723fa03fb6869c 100644 (file)
@@ -7,7 +7,7 @@ import { FollowModalComponent } from './follow-modal.component'
 
 @Component({
   templateUrl: './following-list.component.html',
-  styleUrls: [ '../follows.component.scss', './following-list.component.scss' ]
+  styleUrls: [ './following-list.component.scss' ]
 })
 export class FollowingListComponent extends RestTable implements OnInit {
   @ViewChild('followModal') followModal: FollowModalComponent