forked from ProjectSegfault/website
8 lines
125 B
TypeScript
8 lines
125 B
TypeScript
import type { PageLoad } from "./$types";
|
|
|
|
export const load = (() => {
|
|
return {
|
|
title: "Team"
|
|
};
|
|
}) satisfies PageLoad;
|