import {redirect} from "@sveltejs/kit" /** @type {import("./$types").PageLoad} */ export function load() { throw redirect(302, "/config/chords/") }