WIP plugins: update plugin
[oweals/peertube.git] / client / src / app / +admin / plugins / plugins.component.ts
1 import { Component } from '@angular/core'
2
3 @Component({
4   templateUrl: './plugins.component.html',
5   styleUrls: [ './plugins.component.scss' ]
6 })
7 export class PluginsComponent {
8 }