fix(parsor): remove incorrectly imported packages

This commit is contained in:
Dong Hyun Kim
2025-02-07 10:43:03 +09:00
committed by GitHub
parent ffd904ab5c
commit e3f205cc31

View File

@@ -15,7 +15,6 @@ import type { OpenAIChat } from './process/index.svelte';
import hljs from 'highlight.js/lib/core'
import 'highlight.js/styles/atom-one-dark.min.css'
import { language } from 'src/lang';
import type { key } from 'localforage';
const markdownItOptions = {
html: true,