Skip to content

Commit fd311e4

Browse files
correct import place
1 parent 573131e commit fd311e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/staging/Precipitation.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<script setup lang="ts">
22
import { useLoop } from '@tresjs/core'
33
import { useTexture } from '../loaders/useTexture'
4-
import { shallowRef, toRefs, watchEffect } from 'vue'
4+
import { shallowRef, toRefs, watch, watchEffect } from 'vue'
55
import type { TresColor } from '@tresjs/core'
66
import type { Texture } from 'three'
7-
import { watch } from 'vue'
87
98
export interface PrecipitationProps {
109
/**

0 commit comments

Comments
 (0)