ES6 initial setup

This commit is contained in:
Francisco Hodge
2018-04-20 16:34:02 -04:00
commit df42db3b95
35 changed files with 14071 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
import SimpleKeyboard from './components/Keyboard';
export default SimpleKeyboard;