aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+remote-interaction
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/+remote-interaction
parent4e082e78d020e13f3a76eb043be295f5593c065b (diff)
downloadPeerTube-5995a28f2bb8cdef9fc8024b10cd246d46f9eb78.tar.gz
PeerTube-5995a28f2bb8cdef9fc8024b10cd246d46f9eb78.tar.zst
PeerTube-5995a28f2bb8cdef9fc8024b10cd246d46f9eb78.zip
Remove empty sass files
Diffstat (limited to 'client/src/app/+remote-interaction')
-rw-r--r--client/src/app/+remote-interaction/remote-interaction.component.scss2
-rw-r--r--client/src/app/+remote-interaction/remote-interaction.component.ts3
2 files changed, 1 insertions, 4 deletions
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 @@
1@use '_variables' as *;
2@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'
6 6
7@Component({ 7@Component({
8 selector: 'my-remote-interaction', 8 selector: 'my-remote-interaction',
9 templateUrl: './remote-interaction.component.html', 9 templateUrl: './remote-interaction.component.html'
10 styleUrls: [ './remote-interaction.component.scss' ]
11}) 10})
12export class RemoteInteractionComponent implements OnInit { 11export class RemoteInteractionComponent implements OnInit {
13 error = '' 12 error = ''