Initial Commit
This commit is contained in:
parent
b2d4fecec3
commit
59cb8f1d70
7 changed files with 101 additions and 7 deletions
6
ReactView.tsx
Normal file
6
ReactView.tsx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import * as React from "react";
|
||||
import App from "./view/App";
|
||||
|
||||
export const ReactView = () => {
|
||||
return <App />;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue