1
0
mirror of https://github.com/Mueller-Patrick/Betterzon.git synced 2025-05-14 02:39:18 +00:00
Betterzon/Frontend/src/app/pages/privacy/privacy.component.ts

16 lines
279 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-privacy',
templateUrl: './privacy.component.html',
styleUrls: ['./privacy.component.css']
})
export class PrivacyComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}