"docs/en_US/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "0e0ee86de289c73b5b51b2d378c7b13f95e383c4"
Unverified Commit 0366fb8e authored by AJ ONeal's avatar AJ ONeal
Browse files

fix: contants => constants

parent 8e0638f6
import { ENDPOINT } from '$lib/contants';
import { ENDPOINT } from '$lib/constants';
import type { PageServerLoad } from './$types';
export const load: PageServerLoad = async ({ url }) => {
......
......@@ -9,7 +9,7 @@
import 'highlight.js/styles/dark.min.css';
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 { page } from '$app/stores';
const suggestions = $page.url.searchParams.get('suggestions');
......
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