diff --git a/solid-src/src/pages/ProgressPage.tsx b/solid-src/src/pages/ProgressPage.tsx
index 227a3af..1cffe1b 100644
--- a/solid-src/src/pages/ProgressPage.tsx
+++ b/solid-src/src/pages/ProgressPage.tsx
@@ -2,7 +2,7 @@ import { openFile } from "@/util/oshelper";
import { getTemporaryFilePath, getVencoderFolder } from "@/util/path";
import { generateRandomString } from "@/util/string";
import { events, os, storage, type SpawnedProcess } from "@neutralinojs/lib";
-import { createSignal, onMount, onCleanup, Show, Index } from "solid-js";
+import { createSignal, onMount, onCleanup, Show } from "solid-js";
interface TargetFile {
com: string;
@@ -217,15 +217,15 @@ function ProgressPage() {