import React, { Suspense } from "react"; import { HomeButton } from "~/app/_components/HomeButton"; // Import the client component import { Toaster } from "react-hot-toast"; import { FileActionsContainer, } from "~/app/_components/ActionButtons"; // Import the client component const LoadingSkeleton: React.FC = () => (

File Details

Name:

Size:

Owner:

Upload Date:

Description:
); export default LoadingSkeleton;