Skip to content

Commit fc9ec0d

Browse files
committed
Fixes another compile error
1 parent 065580d commit fc9ec0d

File tree

3 files changed

+178
-245
lines changed

3 files changed

+178
-245
lines changed

apps/pwabuilder/Frontend/src/script/components/publish-pane.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import {
2222
import './windows-form';
2323
import './android-form';
2424
import './ios-form';
25-
import './oculus-form';
2625
import { AppPackageFormBase } from './app-package-form-base';
2726
import { PackageOptions } from '../utils/interfaces';
2827
import { classMap } from 'lit/directives/class-map.js';
@@ -698,14 +697,6 @@ export class PublishPane extends LitElement {
698697
`;
699698
}
700699

701-
renderOculusDownloadButton(): TemplateResult {
702-
return html`
703-
<button class="package-button" id="oculus-package-button" @click="${() => this.showMetaOptions()}">
704-
Generate Package
705-
</button>
706-
`;
707-
}
708-
709700
renderForm() {
710701
if (this.selectedStore === "Windows") {
711702
return html`<windows-form id="packaging-form" .generating=${this.generating}></windows-form>`

0 commit comments

Comments
 (0)