Skip to content

Commit 695fe3e

Browse files
new
1 parent ed0b42d commit 695fe3e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • apps/client/src/app/(admin)/admin/upload

apps/client/src/app/(admin)/admin/upload/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export default function UploadExtension() {
1313
screenshots: [] as File[],
1414
video: null as File | null,
1515
});
16-
const [currentTag, setCurrentTag] = useState("");
17-
const [isUploading, setIsUploading] = useState(false);
1816

1917
const handleInputChange = (field: string, value: string) => {
2018
setFormData((prev) => ({ ...prev, [field]: value }));

0 commit comments

Comments
 (0)