Allow iframes to open links
[oweals/peertube.git] / client / src / app / +page-not-found / page-not-found.component.ts
1 import { Component } from '@angular/core'
2
3 @Component({
4   selector: 'my-page-not-found',
5   templateUrl: './page-not-found.component.html',
6   styleUrls: [ './page-not-found.component.scss' ]
7 })
8 export class PageNotFoundComponent {
9
10 }