누락된 @eslint/js 패키지 추가

This commit is contained in:
static
2026-01-04 01:50:02 +09:00
parent 30c56e0926
commit cf0f8fe0b9
8 changed files with 111 additions and 107 deletions

View File

@@ -164,7 +164,6 @@
{:else if viewerType === "video"}
{#if fileBlobUrl}
<div class="flex flex-col space-y-2">
<!-- svelte-ignore a11y_media_has_caption -->
<video bind:this={videoElement} src={fileBlobUrl} controls muted></video>
<IconEntryButton
icon={IconCamera}