This commit is contained in:
Eddie Wang 2019-12-03 16:11:59 -05:00
parent 84bda5a534
commit 6385fecc60
No known key found for this signature in database
GPG Key ID: DBFB3E83121BEDD1
1 changed files with 0 additions and 2 deletions

View File

@ -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() {