Skip to content

Commit

Permalink
add types
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 5, 2022
1 parent 55e1e58 commit ceb6b79
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<script>
import { page } from '$app/stores';
/** @type {import('./$types').Data} */
export let data;
/** @type {import('./$types').Errors} */
export let errors;
</script>

Expand Down

0 comments on commit ceb6b79

Please sign in to comment.