Skip to content

Commit 52d586a

Browse files
committed
fix(website): remove no extension support
1 parent 94898ab commit 52d586a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/FileDropzone.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { usePlayground } from "./usePlayground";
1616

1717
const getFileParser: GetFileParser = () => "readAsText";
1818
const extensions = [
19-
"",
2019
"md",
2120
"txt",
2221
"js",

0 commit comments

Comments
 (0)