mirror of
https://github.com/usatiuk/EggbotWireless.git
synced 2025-10-27 01:07:49 +01:00
basic gcode sender thing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user