import { AspectRatio, Box, Container, Heading, Input, Stack, Text, } from "@chakra-ui/react"; import React from "react"; import { motion, useAnimation } from "framer-motion"; const ImageDropBox = () => { return ( Drop images here or click to upload ); }; export default ImageDropBox;