Files
Jucundus_old/client/src/app/shared/content-placeholder-animation/content-placeholder-animation.component.ts
T
2024-05-16 16:05:41 +02:00

13 lines
313 B
TypeScript

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() { }
}