Commit e7b8921a authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

error page added

parent 4f9d57c7
<script>
import { page } from '$app/stores';
</script>
<div>{$page.status}: {$page.error.message}</div>
...@@ -19,6 +19,6 @@ export const load: PageServerLoad = async ({ url }) => { ...@@ -19,6 +19,6 @@ export const load: PageServerLoad = async ({ url }) => {
}); });
return { return {
models: models models: models ? models.models : []
}; };
}; };
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment