refactor(keyboard): move to utils

This commit is contained in:
Manu Mtz.-Almeida
2018-03-19 20:10:37 +01:00
parent 4d8a99f03b
commit c85f7483c9
23 changed files with 120 additions and 299 deletions

2
core/src/utils/index.ts Normal file
View File

@ -0,0 +1,2 @@
export * from './haptic';
export * from './keyboard';