Remove slides

This commit is contained in:
Vadim
2021-01-23 17:02:57 +03:00
parent c2c0ad495d
commit 56c3d2872f
7 changed files with 13 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
import { writable } from 'svelte/store';
import { getNextPageIndexFn, getPrevPageIndexFn } from './utils/page-index'
import { getNextPageIndexFn, getPrevPageIndexFn } from './utils/page'
const initState = {
currentPageIndex: 0,