need to re-return data to work

This commit is contained in:
Erin 2023-11-12 17:50:54 -05:00
parent 3f65988c16
commit 15b8179963

View file

@ -12,4 +12,6 @@ export const load: LayoutLoad = ({data, url}) => {
); );
} }
} }
return data;
}; };