mirror of
https://github.com/usatiuk/EggbotWireless.git
synced 2025-10-27 01:07:49 +01:00
setup a web app
This commit is contained in:
7
App/src/App.tsx
Normal file
7
App/src/App.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from "react";
|
||||
|
||||
export function AppComponent() {
|
||||
return <div>Hello</div>;
|
||||
}
|
||||
|
||||
export const App = AppComponent;
|
||||
Reference in New Issue
Block a user