A new start
This commit is contained in:
5
packages/frontend/src/routes/+layout.server.ts
Normal file
5
packages/frontend/src/routes/+layout.server.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export async function load({ locals }) {
|
||||
return {
|
||||
authStatus: locals.authStatus,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user