mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
8 lines
226 B
TypeScript
8 lines
226 B
TypeScript
/** @type {import('./$types').PageLoad} */
|
|
export function load() {
|
|
return {
|
|
name: `Tools`,
|
|
title: `Inside my toolbox`,
|
|
subTitle: `Tools, applications, and software that fuels my development and operations work.`
|
|
};
|
|
}
|