rename file-upload

This commit is contained in:
smanylov
2025-12-26 11:02:35 +07:00
parent 49088e5e5f
commit eeef5ac9f9
6 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@ import ProtectionSummary from '@/app/ui/marking-page/protection-summary';
import FilesTable from '@/app/ui/dashboard/files-table';
import PageTitle from '@/app/ui/page-title';
import UploadSectionFile from '@/app/components/upload-section-file';
import { getAllowedFilesExtensions } from '@/app/actions/file-upload';
import { getAllowedFilesExtensions } from '@/app/actions/fileUpload';
export default async function Page() {
const FILE_TYPE = "video";