From c09d2f9d8b03298737d93648e83d424e8eb3c85a Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Sat, 13 Mar 2021 19:19:30 +0100 Subject: [PATCH] clean light --- src/lights/Light.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lights/Light.js b/src/lights/Light.js index 8b9151f..73dcf3c 100644 --- a/src/lights/Light.js +++ b/src/lights/Light.js @@ -1,4 +1,3 @@ -import { Color } from 'three'; import { watch } from 'vue'; import Object3D from '../core/Object3D.js'; import { bindProp, setFromProp } from '../tools.js';