wahlrecht-frontend/src/app/privacy-policy/privacy-policy.component.ts

12 lines
252 B
TypeScript

import {Component} from '@angular/core';
@Component({
selector: 'app-privacy-policy',
standalone: true,
templateUrl: './privacy-policy.component.html',
styleUrls: ['./privacy-policy.component.scss']
})
export class PrivacyPolicyComponent {
}