chore: import cleanup for build

This commit is contained in:
Nathan Walker
2022-11-18 09:40:50 -08:00
parent 6148955335
commit b998d40a54
2 changed files with 1 additions and 2 deletions

View File

@ -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';

View File

@ -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';