Преглед на файлове

Fix import of vLightHelper (#954)

Tobias Wälde преди 6 месеца
родител
ревизия
73d6cbcf36
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      docs/de/directives/v-light-helper.md

+ 2 - 1
docs/de/directives/v-light-helper.md

@@ -12,7 +12,8 @@ Die folgenden Lichter werden unterstützt:
 
 ```vue{2,8,11,14,17}
 <script setup lang="ts">
-import { OrbitControls, Sphere, vLightHelper } from '@tresjs/cientos'
+import { vLightHelper } from '@tresjs/core'
+import { OrbitControls, Sphere } from '@tresjs/cientos'
 </script>
 <template>
   <TresCanvas >