paperless-ngx/src-ui/src/app/components/not-found/not-found.component.ts
2023-09-14 14:51:02 -07:00

11 lines
233 B
TypeScript

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