funky-framadate-front/src/app/features/shared/components/ui/static-pages/legal/legal.component.ts

13 lines
262 B
TypeScript
Raw Normal View History

2021-02-04 18:54:30 +01:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-legal',
templateUrl: './legal.component.html',
styleUrls: ['./legal.component.scss'],
})
export class LegalComponent implements OnInit {
constructor() {}
ngOnInit(): void {}
}