diff --git a/src/animation/components/Editor.ts b/src/animation/components/Editor.ts index 8f8ee29..56e7c26 100644 --- a/src/animation/components/Editor.ts +++ b/src/animation/components/Editor.ts @@ -4,7 +4,7 @@ import {circle} from "@/animation/Helpers"; import {camera, scene} from "@/animation/Home"; import {moused, projectTo3D} from "@/animation/Trackers"; import {config} from "@/animation/Config"; -import {minMax} from "@/utils"; +import {minMax} from "@/scripts/utils"; type DisplayCircle = {x: number, y: number, z: number, radius: number, color: string} diff --git a/src/components/color/ColorPicker.vue b/src/components/color/ColorPicker.vue index a0b60a4..9f213d0 100644 --- a/src/components/color/ColorPicker.vue +++ b/src/components/color/ColorPicker.vue @@ -23,7 +23,7 @@