File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 11import '@ionic/core' ;
22// import { setupConfig } from '@ionic/core';
33
4- export default ( ) => {
5- // setupConfig({
6- // mode: 'ios'
7- // });
8- } ;
4+ // export default () => {
5+ // setupConfig({
6+ // mode: 'ios'
7+ // });
8+ // };
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import { Config } from '@stencil/core' ;
1+ import type { Config } from '@stencil/core' ;
22
33// https://stenciljs.com/docs/config
44
Original file line number Diff line number Diff line change 11import { WebPlugin } from '@capacitor/core' ;
2- import { AppIconPlugin } from './definitions' ;
2+
3+ import type { AppIconPlugin } from './definitions' ;
34
45export class AppIconWeb extends WebPlugin implements AppIconPlugin {
56 isSupported ( ) : Promise < { value : boolean } > {
You can’t perform that action at this time.
0 commit comments