I'm trying to import the PageLoad
function for the SvelteKit load function according to the docs.
The import does not seem to exist. This is a brand new app with the latest version of SvelteKit. It will find the PageLoadData
just fine.
src/routes/+page.server.ts
I also tried this post, but I am already doing everything it says.
Thanks,
J