4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-13 22:54:20 +08:00

4 lines
110 B
TypeScript
Raw Normal View History

2022-09-30 02:07:34 +00:00
import SimpleKeyboard from "./components/Keyboard";
2022-09-30 02:39:35 +00:00
export { SimpleKeyboard };
2022-09-30 02:07:34 +00:00
export default SimpleKeyboard;