refactor(*):Address PR comments

This commit is contained in:
Josh Creek
2025-07-26 19:42:04 +01:00
parent bc9ce84615
commit fa38fa69ca
22 changed files with 749 additions and 412 deletions
+7
View File
@@ -0,0 +1,7 @@
export const load = async ({ parent }) => {
const { supabase, session } = await parent();
return {
supabase,
session
};
};