10 lines
141 B
TypeScript
10 lines
141 B
TypeScript
|
import {Component} from "@angular/core";
|
||
|
|
||
|
@Component({
|
||
|
selector: 'verification',
|
||
|
template: ``
|
||
|
})
|
||
|
export class VerificationComponent {
|
||
|
|
||
|
}
|