teasanctuary.ru/src/routes/contact/+page.ts

3 lines
No EOL
74 B
TypeScript

export async function load() {
return { title: "Контакты" };
}