🦄 Adds route for changing robot connection

This commit is contained in:
Rune Harlyk
2024-08-24 21:05:33 +02:00
committed by Rune Harlyk
parent 73c2038497
commit 2d6466050b
3 changed files with 39 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { PageLoad } from './$types';
export const load = (async () => {
return {
title: 'Connection'
};
}) satisfies PageLoad;