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;