import { error } from "@sveltejs/kit"; import { getStreams } from "$lib/database.js"; export function load() { return { streams: getStreams() }; }