@ -0,0 +1,5 @@
import type { LayoutLoad } from "./$types";
export const load: LayoutLoad = async () => {
return {};
};