Browse Source

fix(cientos): use absolute path again

Alvaro 2 năm trước cách đây
mục cha
commit
2b012f7332
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      packages/cientos/src/core/useGLTF/index.ts

+ 2 - 2
packages/cientos/src/core/useGLTF/index.ts

@@ -1,6 +1,6 @@
 import { GLTFLoader, DRACOLoader } from 'three-stdlib'
-import { useLoader } from '../../../../tres/src/core'
-/* import { useLoader } from '@tresjs/core' */
+/* import { useLoader } from '../../../../tres/src/core' */
+import { useLoader } from '@tresjs/core'
 import { Object3D } from 'three'
 
 export interface GLTFLoaderOptions {