diff options
Diffstat (limited to 'client/src/app/+admin/follows/shared')
-rw-r--r-- | client/src/app/+admin/follows/shared/redundancy-checkbox.component.scss | 2 | ||||
-rw-r--r-- | client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts | 3 |
2 files changed, 1 insertions, 4 deletions
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 @@ | |||
1 | @use '_variables' as *; | ||
2 | @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' | |||
4 | 4 | ||
5 | @Component({ | 5 | @Component({ |
6 | selector: 'my-redundancy-checkbox', | 6 | selector: 'my-redundancy-checkbox', |
7 | templateUrl: './redundancy-checkbox.component.html', | 7 | templateUrl: './redundancy-checkbox.component.html' |
8 | styleUrls: [ './redundancy-checkbox.component.scss' ] | ||
9 | }) | 8 | }) |
10 | export class RedundancyCheckboxComponent { | 9 | export class RedundancyCheckboxComponent { |
11 | @Input() redundancyAllowed: boolean | 10 | @Input() redundancyAllowed: boolean |