mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-20 01:22:59 +08:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import "./polyfills";
|
|
import SimpleKeyboard from "./components/Keyboard";
|
|
export default SimpleKeyboard;
|