latest
This commit is contained in:
parent
84bda5a534
commit
6385fecc60
|
@ -4,8 +4,6 @@ import { useCallback } from "react"
|
|||
import { useDropzone } from "react-dropzone"
|
||||
import { Box, Flex, jsx } from "theme-ui"
|
||||
|
||||
import { saveAs } from "file-saver"
|
||||
|
||||
const API_ENDPOINT = "http://localhost:4000"
|
||||
|
||||
function MyDropzone() {
|
||||
|
|
Reference in New Issue