@@ -76,8 +76,8 @@ const isNext = B => {
console.log(B)
}
-const touchmove = e=> {
- e.preventDefault();
+const touchmove = ()=> {
+ // e.preventDefault();
</script>