mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
fix: contants => constants
This commit is contained in:
parent
dee478e549
commit
2eea764378
@ -1,4 +1,4 @@
|
|||||||
import { ENDPOINT } from '$lib/contants';
|
import { ENDPOINT } from '$lib/constants';
|
||||||
import type { PageServerLoad } from './$types';
|
import type { PageServerLoad } from './$types';
|
||||||
|
|
||||||
export const load: PageServerLoad = async ({ url }) => {
|
export const load: PageServerLoad = async ({ url }) => {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
import 'highlight.js/styles/dark.min.css';
|
import 'highlight.js/styles/dark.min.css';
|
||||||
|
|
||||||
import type { PageData } from './$types';
|
import type { PageData } from './$types';
|
||||||
import { ENDPOINT as SERVER_ENDPOINT } from '$lib/contants';
|
import { ENDPOINT as SERVER_ENDPOINT } from '$lib/constants';
|
||||||
import { onMount, tick } from 'svelte';
|
import { onMount, tick } from 'svelte';
|
||||||
import { page } from '$app/stores';
|
import { page } from '$app/stores';
|
||||||
const suggestions = $page.url.searchParams.get('suggestions');
|
const suggestions = $page.url.searchParams.get('suggestions');
|
||||||
|
Loading…
Reference in New Issue
Block a user