Attempt to implement settings syncing
This commit is contained in:
parent
b53b8758ba
commit
9824d2ba31
10 changed files with 118 additions and 10 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import * as React from "react";
|
||||
import App from "./view/App";
|
||||
|
||||
export const ReactView = () => {
|
||||
return <App />;
|
||||
};
|
||||
export default function ReactView(props: any){
|
||||
return(
|
||||
<App username={props.userID} apiToken={props.tokenAPI}/>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue