From 5995a28f2bb8cdef9fc8024b10cd246d46f9eb78 Mon Sep 17 00:00:00 2001 From: Wicklow Date: Fri, 17 Feb 2023 16:00:50 +0100 Subject: Remove empty sass files --- client/src/app/+remote-interaction/remote-interaction.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/src/app/+remote-interaction/remote-interaction.component.ts') diff --git a/client/src/app/+remote-interaction/remote-interaction.component.ts b/client/src/app/+remote-interaction/remote-interaction.component.ts index 775cc580c..88dc43c58 100644 --- a/client/src/app/+remote-interaction/remote-interaction.component.ts +++ b/client/src/app/+remote-interaction/remote-interaction.component.ts @@ -6,8 +6,7 @@ import { SearchService } from '@app/shared/shared-search' @Component({ selector: 'my-remote-interaction', - templateUrl: './remote-interaction.component.html', - styleUrls: [ './remote-interaction.component.scss' ] + templateUrl: './remote-interaction.component.html' }) export class RemoteInteractionComponent implements OnInit { error = '' -- cgit v1.2.3