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