Embezzle/client/index.js

3 lines
59 B
JavaScript
Raw Normal View History

2020-03-08 13:10:10 +00:00
fetch().then(result => {
console.log("Do the thing")
})