A new start
This commit is contained in:
8
packages/frontend/src/routes/me/+page.server.ts
Normal file
8
packages/frontend/src/routes/me/+page.server.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { getFolders } from "$lib/services";
|
||||
|
||||
export async function load({ locals, fetch }) {
|
||||
return {
|
||||
authStatus: locals.authStatus,
|
||||
folders: await getFolders(fetch),
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user