spelling error

master
howard 2021-04-23 17:50:17 -07:00
parent 46f24e6f97
commit 85b6505e86
2 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ const utf8decoder = new TextDecoder();
export const DropDown = () => { export const DropDown = () => {
const arr = [ const arr = [
// ['https://howardhwang.s3-us-west-1.amazonaws.com/headphone-stand.json.gz', 'headphone-stand'], ['https://raw.githubusercontent.com/twpride/threeCAD/master/demo_parts/headphones-stand.json.gz', 'headphones stand'],
['https://raw.githubusercontent.com/twpride/threeCAD/master/demo_parts/headphone-stand.json.gz', 'headphone-stand'],
// ['headphone-stand.json.gz', 'headphone-stand'],
] ]
const dispatch = useDispatch() const dispatch = useDispatch()