feat: add admin user frontend contract

This commit is contained in:
Bastian Wagner
2026-08-01 09:17:57 +02:00
parent 78761b570b
commit 484c7473fb
20 changed files with 378 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-users',
template: `
<header>
<p class="eyebrow">Organisation</p>
<h1>Benutzer</h1>
<p>Benutzerverzeichnis wird vorbereitet.</p>
</header>
`,
})
export class Users {}