8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
/** @type {import('./$types').PageLoad} */
|
|
|
|
export function load() {
|
|
return {
|
|
ae_root_page_ts: true,
|
|
};
|
|
}
|