This commit is contained in:
Cyril Joseph 2025-06-08 00:05:47 -03:00
parent 12be0fb8c7
commit 43f0b09432
3 changed files with 0 additions and 12 deletions

View File

@ -1 +0,0 @@
<p>manage works!</p>

View File

@ -1,11 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-manage',
imports: [],
templateUrl: './manage.component.html',
styleUrl: './manage.component.scss'
})
export class ManageComponent {
}