mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Initial commit
This commit is contained in:
5
web-app/src/routes/+layout.server.ts
Normal file
5
web-app/src/routes/+layout.server.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const load = async ({ locals }) => {
|
||||
return {
|
||||
user: locals.user
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user