Files
trouvetonprofile/src/app/routes/not-found/not-found.component.ts
Styve Lioumba 4fb600b0cb configuration pocketbase terminé (#5)
# Conflicts:
#	.gitignore
2025-09-27 20:11:34 +02:00

13 lines
258 B
TypeScript

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