refactor: stricter domain: chat

This commit is contained in:
2026-04-11 14:01:19 +02:00
parent 39b85e2e3a
commit 98ed8eeb68
16 changed files with 34 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ import {
input,
signal
} from '@angular/core';
import { KlipyService } from '../application/klipy.service';
import { KlipyService } from '../application/services/klipy.service';
@Directive({
selector: 'img[appChatImageProxyFallback]',