]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/follows/follows.component.ts
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.ts
CommitLineData
65b247dd 1import { Component } from '@angular/core'
51548b31
C
2
3@Component({
4 templateUrl: './follows.component.html',
5 styleUrls: [ './follows.component.scss' ]
6})
65b247dd 7export class FollowsComponent {
51548b31 8}