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