Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jicheng Lu committed Sep 17, 2024
1 parent e92469a commit cc51090
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
import LoadingDots from '$lib/common/LoadingDots.svelte';
import { isExternalUrl } from '$lib/helpers/utils/common';
import { knowledgeBaseDocumentStore, userStore } from '$lib/helpers/store';
import { KnowledgeDocSource } from '$lib/helpers/enums';
import {
getKnowledgeDocuments,
uploadKnowledgeDocuments,
deleteKnowledgeDocument
} from '$lib/services/knowledge-base-service';
import { KnowledgeDocSource } from '$lib/helpers/enums';
import { listOrder } from '$lib/common/audio-player/svg';
const svelteDispatch = createEventDispatcher();
Expand Down

0 comments on commit cc51090

Please sign in to comment.