Skip to content

Commit 3bf8273

Browse files
committed
chore: fix lint
1 parent 8fc0321 commit 3bf8273

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

playground/src/pages/postprocessing/chromatic-aberration.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { ContactShadows, Environment, OrbitControls } from '@tresjs/cientos'
2+
import { ContactShadows, OrbitControls } from '@tresjs/cientos'
33
import { TresCanvas } from '@tresjs/core'
44
import { TresLeches, useControls } from '@tresjs/leches'
55
import { NoToneMapping, Vector2 } from 'three'

playground/src/pages/postprocessing/scanline.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<script setup lang="ts">
2-
import { ContactShadows, Environment, OrbitControls } from '@tresjs/cientos'
2+
import { ContactShadows, OrbitControls } from '@tresjs/cientos'
33
import { TresCanvas } from '@tresjs/core'
44
import { TresLeches, useControls } from '@tresjs/leches'
5-
import { NoToneMapping, Vector2 } from 'three'
6-
import { watchEffect } from 'vue'
5+
import { NoToneMapping } from 'three'
76
import { BlendFunction } from 'postprocessing'
87
import { EffectComposerPmndrs, ScanlinePmndrs } from '@tresjs/post-processing'
98

0 commit comments

Comments
 (0)