import { loadQuiz } from '$lib/content/quiz.server' export function load() { return loadQuiz() }