From 387e85669cf45698e4e3afdb63bbc437b2e54f4c Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:58:35 +1000 Subject: [PATCH] img --- src/app/home/home.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index ff88462..8c1f3c5 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -3,7 +3,7 @@ import { ApiChatService } from '../api-chat.service'; @Component({ selector: 'app-home', - template: `` + template: `` }) export class HomeComponent implements OnInit {