Code cleanup

This commit is contained in:
Vadim
2021-01-22 20:57:08 +03:00
parent 5154887d93
commit 139695edb8
12 changed files with 28 additions and 122 deletions

2
src/direction.js Normal file
View File

@@ -0,0 +1,2 @@
export const PREV = 'prev'
export const NEXT = 'next'