mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-29 02:21:22 +00:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
/** @type {import('./$types').PageLoad} */
|
|
export function load() {
|
|
return {
|
|
title: `Tools`
|
|
};
|
|
}
|