add user accounts and OSM peak catalog with zoom-based notability
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { LayoutServerLoad } from './$types';
|
||||
|
||||
export const load: LayoutServerLoad = ({ locals }) => {
|
||||
return { user: locals.user };
|
||||
};
|
||||
Reference in New Issue
Block a user