1 2 3 4 5
<script lang="ts"> import { page } from '$app/state'; </script> <h1>{page.status} {page.error?.message}</h1>