From b998d40a5468d97a668b590fda774d316bd6e8ba Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 18 Nov 2022 09:40:50 -0800 Subject: [PATCH] chore: import cleanup for build --- packages/core/file-system/file-system-access.android.ts | 2 +- packages/core/utils/index.android.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/core/file-system/file-system-access.android.ts b/packages/core/file-system/file-system-access.android.ts index 2d67f8bf8..b2b159d16 100644 --- a/packages/core/file-system/file-system-access.android.ts +++ b/packages/core/file-system/file-system-access.android.ts @@ -1,6 +1,6 @@ import * as textModule from '../text'; import { getNativeApplication } from '../application'; -import { SDK_VERSION } from '../utils/utils-common'; +import { SDK_VERSION } from '../utils/utils'; import type { IFileSystemAccess } from './file-system-access'; diff --git a/packages/core/utils/index.android.ts b/packages/core/utils/index.android.ts index 919bcf30c..488aea78a 100644 --- a/packages/core/utils/index.android.ts +++ b/packages/core/utils/index.android.ts @@ -1,5 +1,4 @@ import { ad } from './native-helper'; -import { android as androidApp } from '../application'; import { SDK_VERSION } from '../utils'; import { FileSystemAccess } from '../file-system/file-system-access'; import { Trace } from '../trace';