mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
Add SimpleKeyboard export. Per https://github.com/hodgef/react-simple-keyboard/issues/2070
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
import SimpleKeyboard from "./components/Keyboard";
|
||||
export { SimpleKeyboard };
|
||||
export default SimpleKeyboard;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import "./polyfills";
|
||||
import SimpleKeyboard from "./components/Keyboard";
|
||||
export { SimpleKeyboard };
|
||||
export default SimpleKeyboard;
|
||||
|
||||
Reference in New Issue
Block a user