Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
terrykingcha committed Apr 12, 2024
1 parent 05c7305 commit e08ab84
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"dependencies": {
"@galacean/engine": "1.2.0-beta.2",
"@galacean/engine-shader-lab": "1.2.0-beta.2",
"@galacean/engine-toolkit": "^1.1.0",
"@galacean/engine-toolkit-controls": "1.2.0-beta.2",
"@galacean/engine-toolkit": "^1.2.0-beta.2",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
3 changes: 1 addition & 2 deletions src/runtime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
* @category Material
*/

import { OrbitControl } from '@galacean/engine-toolkit-controls';
import { GridControl } from "@galacean/engine-toolkit";
import { GridControl, OrbitControl } from "@galacean/engine-toolkit";
import {
BufferMesh,
Camera,
Expand Down

0 comments on commit e08ab84

Please sign in to comment.