mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-13 03:09:46 +08:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
![]() |
import "./polyfills";
|
||
|
import SimpleKeyboard from "./components/Keyboard";
|
||
|
export default SimpleKeyboard;
|