aufräumen
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-verify-email',
|
||||
|
||||
imports: [RouterLink],
|
||||
templateUrl: './verify-email.component.html',
|
||||
styleUrl: './verify-email.component.css'
|
||||
})
|
||||
export class VerifyEmailComponent {
|
||||
// Diese Komponente ist oft rein statisch und benötigt keine komplexe Logik
|
||||
}
|
||||
Reference in New Issue
Block a user