hellob.art/src/routes/tools/+page.ts

6 lines
101 B
TypeScript

/** @type {import('./$types').PageLoad} */
export function load() {
return {
title: `Tools`
};
}