import { get_all_pork } from '$lib/db'; export async function load() { return { pork: get_all_pork() } }