mirror of
https://github.com/usatiuk/EggbotWireless.git
synced 2025-10-26 16:57:48 +01:00
9 lines
174 B
TypeScript
9 lines
174 B
TypeScript
import * as React from "react";
|
|
import { GcodeSender } from "~GcodeSender";
|
|
|
|
export function AppComponent() {
|
|
return <GcodeSender />;
|
|
}
|
|
|
|
export const App = AppComponent;
|