Move swipeable action to actions dir

This commit is contained in:
Vadim
2021-04-20 22:28:57 +03:00
parent ba696c275b
commit 55335dbb48
5 changed files with 43 additions and 41 deletions

View File

@@ -4,7 +4,7 @@
import Dots from '../Dots/Dots.svelte'
import Arrow from '../Arrow/Arrow.svelte'
import { NEXT, PREV } from '../../direction'
import { swipeable } from '../../utils/swipeable'
import { swipeable } from '../../actions/swipeable'
import { hoverable } from '../../utils/hoverable'
import {
addResizeEventListener,