4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-05-14 19:24:04 +08:00
2021-03-21 13:02:05 -04:00

4 lines
105 B
TypeScript

import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export default SimpleKeyboard;