"src/vscode:/vscode.git/clone" did not exist on "5dce9e271ab84dbff7d52eb04663a697563c27cb"
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 }) => {
});
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