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

Commit d250227

Browse files
author
Pablo Huerta
committed
Removed unused build
1 parent d9cdadf commit d250227

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/app-partners/app-partners.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, h, Build } from '@stencil/core';
1+
import { Component, h } from '@stencil/core';
22

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

@@ -13,7 +13,6 @@ export class AppPartners {
1313
componentDidLoad() {
1414
this.changeMetadata();
1515

16-
1716
/* tslint:disable-next-line */
1817
$(document).ready(function () {
1918
// Force bootstrap to initialize carousel

0 commit comments

Comments
 (0)