3
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-05 17:41:02 +08:00

4 lines
105 B
TypeScript
Raw Normal View History

2021-05-17 05:42:32 +00:00
import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export default SimpleKeyboard;