svelte5 migration, formatting cleanup

This commit is contained in:
2025-02-11 13:13:17 +01:00
parent 44875efa7e
commit b5a740c302
32 changed files with 5782 additions and 1374 deletions

View File

@@ -1,7 +1,7 @@
import { getStreams } from '$lib/database.js';
export function load() {
return {
streams: getStreams()
};
return {
streams: getStreams()
};
}