add video upload input

This commit is contained in:
smanylov
2025-12-09 18:36:40 +07:00
parent 8ca445e8c6
commit b72df032fb
4 changed files with 111 additions and 4 deletions
@@ -1,7 +1,6 @@
'use client'
import React, { useRef, useState, useCallback, ChangeEvent, DragEvent } from 'react';
import { IconImageFile } from '@/app/ui/icons/icons';
interface SelectedFile {
file: File;