This commit is contained in:
Francisco Hodge
2022-09-29 19:37:51 -07:00
parent fe136b78f4
commit 13202726dc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
import SimpleKeyboard from "./components/Keyboard";
export { SimpleKeyboard };
export default SimpleKeyboard;
+1
View File
@@ -1,3 +1,4 @@
import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export { SimpleKeyboard };
export default SimpleKeyboard;