📦 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
@@ -1,5 +1,5 @@
import { writable, type Writable } from 'svelte/store';
import { type angles } from '$lib/models';
import { type angles } from '$lib/types/models';
export const servoAnglesOut: Writable<number[]> = writable([
0, 45, -90, 0, 45, -90, 0, 45, -90, 0, 45, -90