瀏覽代碼

fix: remove broken link

Alvaro 2 年之前
父節點
當前提交
679892f12b
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      docs/examples/load-models.md

+ 0 - 7
docs/examples/load-models.md

@@ -41,13 +41,6 @@ Notice in the example above that we are using the `Suspense` component to wrap t
 
 A more convenient way of loading models is using the `useGLTF` composable available from [@tresjs/cientos](https://github.com/Tresjs/tres/tree/main/packages/cientos) package.
 
-<<<<<<< HEAD
-To learn more about `useGLTF`, check out the [useGLTF](/cientos/api/composables#use-gltf) documentation.
-=======
-To learn more about `useGLTF`, check out the **useGLTF** documentation.
-
-> > > > > > > main
-
 ```ts
 import { useGLTF } from '@tresjs/cientos'