paperless-ngx/src-ui/src/app/components/not-found/not-found.component.ts
Michael Shamoon 5bf5710d39 lint frontend
2022-12-15 23:36:01 -08:00

11 lines
232 B
TypeScript

import { Component } from '@angular/core'
@Component({
selector: 'app-not-found',
templateUrl: './not-found.component.html',
styleUrls: ['./not-found.component.scss'],
})
export class NotFoundComponent {
constructor() {}
}