File Management
Upload and manage your media files here. Select files to upload them to the server.
"use client"; import Image from "next/image"; import { UploadForm } from "../components/uploadForm"; import { FilesTable } from "../components/filesTable"; export default function FilesPage() { return (
Upload and manage your media files here. Select files to upload them to the server.