Skip to content

Commit

Permalink
feat(ohos): add biz view in hippy root view
Browse files Browse the repository at this point in the history
  • Loading branch information
sohotz authored and etkmao committed Jan 15, 2025
1 parent 66a6654 commit 566842a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { HippyEngineContext, HippyRootView } from 'hippy';
import { HippyModulePromise } from 'hippy/src/main/ets/hippy_framework/modules/HippyModulePromise';
import { HippyNativeModuleBase } from 'hippy/src/main/ets/hippy_framework/modules/native';
import { HRPosition } from 'hippy/src/main/ets/renderer_native/utils/HRTypes';
import { HRPosition, HRRect } from 'hippy/src/main/ets/renderer_native/utils/HRTypes';
import { HippyNativeModule } from 'hippy/src/main/ets/support/annotation/HippyNativeModule';
import { HippyAny, HippyMap } from 'hippy/src/main/ets/support/common/HippyTypes';
import { LogUtils } from 'hippy/src/main/ets/support/utils/LogUtils';
Expand Down

0 comments on commit 566842a

Please sign in to comment.