Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Mar 16, 2022
1 parent e7364d1 commit f517ca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script context="module">
/** @type {import('./[x]').RequestHandler} */
/** @type {import('./[x]').Load} */
export function load({ routeId }) {
return {
props: { routeId }
Expand Down

0 comments on commit f517ca9

Please sign in to comment.