]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/follows.component.ts
Improve navigation sub-menu and tabs effects (#2971)
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.ts
1 import { Component } from '@angular/core'
2
3 @Component({
4 templateUrl: './follows.component.html',
5 styleUrls: [ './follows.component.scss' ]
6 })
7 export class FollowsComponent {
8 }