Update lib

This commit is contained in:
Vadim
2023-02-22 15:51:36 +03:00
parent adffc51ee1
commit f2f9319bdf
5 changed files with 16 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
import simplyReactive from 'simply-reactive'
import easyReactive from 'easy-reactive'
import { NEXT, PREV } from '../../direction'
import {
@@ -20,7 +20,7 @@ function createCarousel(onChange) {
},
})
const reactive = simplyReactive(
const reactive = easyReactive(
{
data: {
particlesCountWithoutClones: 0,