mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-23 06:50:02 +00:00
common层导入文件bug修复
Signed-off-by: wangzhigang <wangzhigang46@huawei.com>
This commit is contained in:
parent
0a9170d6fb
commit
45abccb6c6
@ -14,8 +14,8 @@
|
||||
*/
|
||||
import Prompt from '@ohos.promptAction';
|
||||
import windowAnimationManager from '@ohos.animation.windowAnimationManager';
|
||||
import { CheckEmptyUtils } from '@ohos/common';
|
||||
import { Log } from '@ohos/common';
|
||||
import { CheckEmptyUtils } from '../../utils/CheckEmptyUtils';
|
||||
import { Log } from '../../utils/Log';
|
||||
import RemoteConstants from '../../constants/RemoteConstants';
|
||||
|
||||
const TAG = 'WindowAnimationControllerImpl';
|
||||
|
@ -13,8 +13,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import formManagerAbility from '@ohos.application.formHost';
|
||||
import { FormConstants } from '@ohos/common';
|
||||
import formManagerAbility from '@ohos.app.form.formHost';
|
||||
import { FormConstants } from '../constants/FormConstants';
|
||||
import { Log } from '../utils/Log';
|
||||
import { CardItemInfo } from '../bean/CardItemInfo';
|
||||
import { CommonConstants } from '../constants/CommonConstants';
|
||||
|
@ -15,12 +15,10 @@
|
||||
|
||||
import windowAnimationManager from '@ohos.animation.windowAnimationManager';
|
||||
import curves from '@ohos.curves';
|
||||
import {
|
||||
Log,
|
||||
Trace,
|
||||
StyleConstants,
|
||||
CommonConstants
|
||||
} from '@ohos/common';
|
||||
import { Log } from '../utils/Log';
|
||||
import { Trace } from '../utils/Trace';
|
||||
import { StyleConstants } from '../constants/StyleConstants';
|
||||
import { CommonConstants } from '../constants/CommonConstants';
|
||||
import OverlayAppIcon from './OverlayAppIcon';
|
||||
import RemoteConstants from '../constants/RemoteConstants';
|
||||
import { localEventManager } from '../manager/LocalEventManager';
|
||||
|
Loading…
Reference in New Issue
Block a user