4 lines
105 B
TypeScript
Raw Normal View History

2021-03-16 00:40:23 -04:00
import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export default SimpleKeyboard;