aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/shared
diff options
context:
space:
mode:
authorWicklow <wicklow@framasoft.org>2023-02-17 16:00:50 +0100
committerChocobozzz <chocobozzz@cpy.re>2023-02-20 13:52:22 +0100
commit5995a28f2bb8cdef9fc8024b10cd246d46f9eb78 (patch)
tree3514a9895e4dbeb883c607ac0c8114110b75944e /client/src/app/+admin/follows/shared
parent4e082e78d020e13f3a76eb043be295f5593c065b (diff)
downloadPeerTube-5995a28f2bb8cdef9fc8024b10cd246d46f9eb78.tar.gz
PeerTube-5995a28f2bb8cdef9fc8024b10cd246d46f9eb78.tar.zst
PeerTube-5995a28f2bb8cdef9fc8024b10cd246d46f9eb78.zip
Remove empty sass files
Diffstat (limited to 'client/src/app/+admin/follows/shared')
-rw-r--r--client/src/app/+admin/follows/shared/redundancy-checkbox.component.scss2
-rw-r--r--client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts3
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})
10export class RedundancyCheckboxComponent { 9export class RedundancyCheckboxComponent {
11 @Input() redundancyAllowed: boolean 10 @Input() redundancyAllowed: boolean