import { getStreams } from '$lib/database.ts'; export function load() { return { streams: getStreams() }; }