import { Box, VStack } from "@hope-ui/solid" import Upload from "~/pages/home/uploads/Upload" const Index = () => { return ( ) } export default Index