mirror of
https://github.com/open-webui/open-webui
synced 2024-11-08 09:39:55 +00:00
6 lines
106 B
Svelte
6 lines
106 B
Svelte
|
<script>
|
||
|
import { page } from '$app/stores';
|
||
|
</script>
|
||
|
|
||
|
<div>{$page.status}: {$page.error.message}</div>
|