🦼 Adds servo calibration UI

This commit is contained in:
Rune Harlyk
2024-06-06 18:27:15 +02:00
committed by Rune Harlyk
parent c96703538c
commit e2b54cdf5e
6 changed files with 92 additions and 0 deletions
@@ -0,0 +1,7 @@
import type { PageLoad } from './$types';
export const load = (async () => {
return {
title: 'Servo'
};
}) satisfies PageLoad;