brief-la-belle-plante2/src/app/modules/account/pages/page-reset-password/page-reset-password.component.ts

16 lines
326 B
TypeScript

import {Component, OnInit} from '@angular/core';
@Component({
selector: 'app-page-reset-password',
templateUrl: './page-reset-password.component.html',
styleUrls: ['./page-reset-password.component.scss']
})
export class PageResetPasswordComponent implements OnInit {
constructor() {
}
ngOnInit(): void {
}
}