This website requires JavaScript.
Explore
Help
Register
Sign In
valknar
/
sexy
Watch
1
Star
0
Fork
0
You've already forked sexy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8c6c98d61223f2a32b6b6b9e62dbd7a2769d8700
sexy
/
packages
/
frontend
/
src
/
routes
/
+layout.server.ts
6 lines
94 B
TypeScript
Raw
Normal View
History
Unescape
Escape
A new start
2025-10-25 22:04:41 +02:00
export
async
function
load
(
{
locals
}
)
{
style: apply prettier formatting to all files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 22:27:54 +01:00
return
{
authStatus
:
locals.authStatus
,
}
;
A new start
2025-10-25 22:04:41 +02:00
}
Reference in New Issue
Copy Permalink