This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PolyNotFound/src/app/advertiser/myProfil/popup-update-advertiser/popup-update-advertiser.component.ts

15 lines
342 B
TypeScript

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