0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-06 23:51:13 +00:00

chore: remove unneeded iconv import

This commit is contained in:
Alex 2022-03-26 23:39:40 +13:00
parent 98102c2614
commit 0baa3611cc

View file

@ -3,7 +3,6 @@ import { Http } from "@capacitor-community/http";
import Innertube from "./innertube";
import constants from "./constants";
import useRender from "./renderers";
import iconv from "iconv-lite";
import { Buffer } from "buffer";
//--- Logger Function ---//