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.scss | 2 -- client/src/app/+remote-interaction/remote-interaction.component.ts | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 client/src/app/+remote-interaction/remote-interaction.component.scss (limited to 'client/src/app/+remote-interaction') diff --git a/client/src/app/+remote-interaction/remote-interaction.component.scss b/client/src/app/+remote-interaction/remote-interaction.component.scss deleted file mode 100644 index 40083bed3..000000000 --- a/client/src/app/+remote-interaction/remote-interaction.component.scss +++ /dev/null @@ -1,2 +0,0 @@ -@use '_variables' as *; -@use '_mixins' as *; 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