feat: Added admin start page

This commit is contained in:
2025-06-01 10:25:05 +02:00
parent efd76e16a1
commit 3b56d40d5a
6 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-start',
templateUrl: './start.component.html',
styleUrl: './start.component.scss'
})
export class StartAdminComponent {
}