Skip to content

Commit

Permalink
Update imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Jan 17, 2025
1 parent 2f5e3b1 commit 164a8f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cocos/2d/framework/ui-skew.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { ccclass, disallowMultiple, executeInEditMode, menu, serializable, type } from 'cc.decorator';
import { JSB } from 'internal:constants';
import { ccclass, disallowMultiple, executeInEditMode, menu, serializable, type } from 'cc.decorator';
import { Component } from '../../scene-graph/component';
import { cclegacy, IVec2Like, v2, Vec2 } from '../../core';
import { NodeEventType, TransformBit } from '../../scene-graph';
import { TRANSFORM_ON } from '../../scene-graph/node';

const tempVec2 = v2();

Expand Down

0 comments on commit 164a8f9

Please sign in to comment.