Finals round
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good

This commit is contained in:
2025-08-28 23:22:09 +02:00
parent d1338bf524
commit 564340fec4
3 changed files with 33 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
import { Pipe, PipeTransform } from '@angular/core';
import {FullNamePipe} from "../pipes/fullname-pipe";
import {FullNamePipe} from "./fullname-pipe";
@Pipe({
name: 'teamText',
standalone: true