Files
gong.gp/src/routes/charte/+page.server.ts
T

6 lines
127 B
TypeScript
Raw Normal View History

import { getDocument } from '$lib/server/documents';
export function load() {
return { html: getDocument('charte-1963') };
}