export default async function SnippetShowPage({ params, }: { params: Promise<{ id: string }>; }) { const id = (await params).id; return