Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 24, 2022
1 parent 66871a6 commit cd4bbc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('./$types').PageLoad} */
/** @type {import('./$types').PageServerLoad} */
export function load({ url }) {
return {
a: url.searchParams.get('a')
Expand Down

0 comments on commit cd4bbc8

Please sign in to comment.