Renamed folder

This commit is contained in:
Cagatay Civici
2025-01-10 10:18:36 +03:00
parent 781a43079f
commit bcd7aa5b2c
16 changed files with 67 additions and 65 deletions
+11
View File
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
standalone: true,
selector: 'app-footer',
template: `<div class="layout-footer">
SAKAI by
<a href="https://primeng.org" target="_blank" rel="noopener noreferrer" class="text-primary font-bold hover:underline">PrimeNG</a>
</div>`
})
export class AppFooter {}