Fixing the build

This commit is contained in:
Keith Stevens
2023-01-16 18:58:44 +09:00
parent 68f22d0fa9
commit 7e1b57a93e
2 changed files with 10 additions and 2 deletions
@@ -27,6 +27,6 @@ Default.args = {
console.log(content);
},
mutate: () => {
console.log(mutate);
console.log("mutate");
},
};