Update storybook

This commit is contained in:
Vadim
2021-07-18 16:33:30 +03:00
parent 578d4dfe3d
commit 168743bba8

View File

@@ -32,8 +32,8 @@
} }
// goToNext // goToNext
function handleGoToNextClick() { async function handleGoToNextClick() {
carousel.goToNext() await carousel.goToNext()
} }
</script> </script>