Removed unused toast import & Code Format

This commit is contained in:
_00_ 2025-10-06 00:16:01 +02:00
parent 8538d1b2cb
commit fa2534a529
2 changed files with 6 additions and 8 deletions

View file

@ -22,8 +22,6 @@ import markedExtension from '$lib/utils/marked/extension';
import markedKatexExtension from '$lib/utils/marked/katex-extension'; import markedKatexExtension from '$lib/utils/marked/katex-extension';
import hljs from 'highlight.js'; import hljs from 'highlight.js';
import { toast } from 'svelte-sonner';
////////////////////////// //////////////////////////
// Helper functions // Helper functions
////////////////////////// //////////////////////////