Add build for modern browsers (index.modern.js)

This commit is contained in:
Francisco Hodge
2021-10-12 20:18:52 -07:00
parent 78532a53b1
commit 9dd51c80c1
8 changed files with 128 additions and 134 deletions
+2
View File
@@ -0,0 +1,2 @@
import SimpleKeyboard from "./components/Keyboard";
export default SimpleKeyboard;