Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit b30c16e

Browse files
committed
fix(detailed-service): add $ declaration
1 parent d5703c8 commit b30c16e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/app-detailed-service/app-detailed-service.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { MatchResults, RouterHistory } from '@stencil/router';
33

44
import { translate } from '../../services/translation.service';
55

6+
/* tslint:disable-next-line */
7+
import $ from 'jquery';
8+
69
declare var fbq;
710

811
@Component({

0 commit comments

Comments
 (0)