first commit

This commit is contained in:
2024-05-16 16:05:41 +02:00
commit adf8283ae0
197 changed files with 26666 additions and 0 deletions
@@ -0,0 +1,12 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-content-placeholder-animation',
templateUrl: './content-placeholder-animation.component.html',
styleUrls: ['./content-placeholder-animation.component.css']
})
export class ContentPlaceholderAnimationComponent {
constructor() { }
}