basic gcode sender thing

This commit is contained in:
2019-08-03 14:27:13 +03:00
parent 73af651ac4
commit 17891a2a64
13 changed files with 223 additions and 49 deletions

View File

@@ -1,7 +1,8 @@
import * as React from "react";
import { GcodeSender } from "~GcodeSender";
export function AppComponent() {
return <div>Hello</div>;
return <GcodeSender />;
}
export const App = AppComponent;