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 --- .../src/app/+admin/follows/shared/redundancy-checkbox.component.scss | 2 -- client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 client/src/app/+admin/follows/shared/redundancy-checkbox.component.scss (limited to 'client/src/app/+admin/follows/shared') diff --git a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.scss b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.scss deleted file mode 100644 index 40083bed3..000000000 --- a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.scss +++ /dev/null @@ -1,2 +0,0 @@ -@use '_variables' as *; -@use '_mixins' as *; diff --git a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts index 95f8473db..3935ddc4f 100644 --- a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts +++ b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts @@ -4,8 +4,7 @@ import { RedundancyService } from '@app/shared/shared-main' @Component({ selector: 'my-redundancy-checkbox', - templateUrl: './redundancy-checkbox.component.html', - styleUrls: [ './redundancy-checkbox.component.scss' ] + templateUrl: './redundancy-checkbox.component.html' }) export class RedundancyCheckboxComponent { @Input() redundancyAllowed: boolean -- cgit v1.2.3