aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+remote-interaction/remote-interaction.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+remote-interaction/remote-interaction.component.ts')
-rw-r--r--client/src/app/+remote-interaction/remote-interaction.component.ts3
1 files changed, 1 insertions, 2 deletions
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 = ''