Skip to content

Commit 42d434e

Browse files
committed
fmt
1 parent 103d504 commit 42d434e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

app/src/web.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import { WebPlugin } from '@capacitor/core';
22

3-
import type {
4-
AppInfo,
5-
AppPlugin,
6-
AppLaunchUrl,
7-
AppState,
8-
AppLanguageCode,
9-
} from './definitions';
3+
import type { AppInfo, AppPlugin, AppLaunchUrl, AppState, AppLanguageCode } from './definitions';
104

115
export class AppWeb extends WebPlugin implements AppPlugin {
126
constructor() {

0 commit comments

Comments
 (0)