Update +page.server.ts

This commit is contained in:
Bradley Shellnut 2024-07-15 19:04:58 +00:00 committed by GitHub
parent 427c10a7af
commit 513cab891f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
export const load: PageServerLoad = async (event) => {
return {};
};