📦 Moves models to /types

This commit is contained in:
Rune Harlyk
2024-08-19 20:40:03 +02:00
committed by Rune Harlyk
parent cfa729ff70
commit a0c58841d7
12 changed files with 82 additions and 185 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
type Modes,
ModesEnum
} from '$lib/stores';
import type { vector } from '$lib/models';
import type { vector } from '$lib/types/models';
import VerticalSlider from '$lib/components/input/vertical-slider.svelte';
let throttle = new throttler();