mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
export const load = async ({ locals }) => {
|
|
return {
|
|
user: locals.user
|
|
};
|
|
};
|