File size: 229 Bytes
a03b3ba
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export async function load({ parent }) {
	const { components, helpers, modals, py_client, routes, on_main, wheel } =
		await parent();

	return {
		components,
		helpers,
		modals,
		routes,
		py_client,
		on_main,
		wheel
	};
}