removed pics

This commit is contained in:
ikeen0807 2024-05-16 21:12:09 +02:00
parent 88abc6d3de
commit 0b9119222b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 853 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View file

@ -12,7 +12,7 @@ import { CommonModule } from '@angular/common';
styleUrl: './receiver.component.css'
})
export class ReceiverComponent {
relayAddress: string = '';
relayAddress: string = '';
relayPort?: number;
transferName: string = '';
constructor(private tauriService: TauriService, private router: Router) {}