3
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-06 01:51:02 +08:00
2021-11-27 01:16:10 -08:00

4 lines
105 B
TypeScript

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