Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gijoe0295 committed May 9, 2024
1 parent db0864d commit 1c8593e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libs/getUAForWebView/index.android.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import GetUAForWebView from './types';
import type GetUAForWebView from './types';

/**
* Android WebView is built on top of Chromium which is not supported by Xero causing the site to show warning.
Expand Down
2 changes: 1 addition & 1 deletion src/libs/getUAForWebView/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import GetUAForWebView from './types';
import type GetUAForWebView from './types';

const getUAForWebView: GetUAForWebView = () => undefined;

Expand Down

0 comments on commit 1c8593e

Please sign in to comment.