代码还原

This commit is contained in:
hujinwei
2022-11-22 16:48:05 +08:00
parent a0f313a2c3
commit 4f9ce2f6ce

View File

@ -10,7 +10,7 @@ function Demo() {
useEffect(() => {
fetch("../gemini-viewer-examples/config.json").then(data => data.json()).then(data => {
setData(data);
})
});
}, [])
return (