Răsfoiți Sursa

fix: remove broken link

Alvaro 2 ani în urmă
părinte
comite
679892f12b
1 a modificat fișierele cu 0 adăugiri și 7 ștergeri
  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'