chore: clear epubjs type import and empty server load

This commit is contained in:
2026-08-11 20:23:31 -04:00
parent d2892353cb
commit 2aba90f910
2 changed files with 1 additions and 1 deletions
@@ -4,7 +4,7 @@
import { browser } from '$app/environment'; import { browser } from '$app/environment';
import { onDestroy, onMount } from 'svelte'; import { onDestroy, onMount } from 'svelte';
import { Book, Rendition } from 'epubjs'; import { Book, type Rendition } from 'epubjs';
import '../../../app.css'; import '../../../app.css';
import * as Sidebar from '$lib/components/ui/sidebar/index'; import * as Sidebar from '$lib/components/ui/sidebar/index';