remove unused import lol

This commit is contained in:
uh wot 2025-07-20 18:19:02 +02:00
parent f7574fc948
commit 932d8f8b0a
Signed by: uhwot
GPG key ID: CB2454984587B781

View file

@ -2,7 +2,7 @@ import index_html from './index.html'
import { Cipher } from '../wasm/pkg' import { Cipher } from '../wasm/pkg'
import { encodeRFC5987ValueChars } from './utils' import { encodeRFC5987ValueChars } from './utils'
import { error, html, AutoRouter, createResponse, json as jsonResp } from 'itty-router' import { error, html, AutoRouter, createResponse } from 'itty-router'
import { ID3Writer } from 'browser-id3-writer' import { ID3Writer } from 'browser-id3-writer'
const formats = { const formats = {