#49 : Code cleanup

This commit is contained in:
Vadim
2021-08-08 11:59:39 +03:00
parent e86d1d5e45
commit 257c78b327
3 changed files with 18 additions and 15 deletions

View File

@@ -1,4 +1,7 @@
import { createDispatcher, getIsTouchable } from '../../utils/event'
import {
createDispatcher,
getIsTouchable,
} from '../../utils/event'
import { focusable } from '../focusable'
import { tappable } from '../tappable'