pass serverAPI correctly to Content (#29)
This commit is contained in:
parent
ec1dfc791c
commit
5a91054ba8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import logo from "../assets/logo.png";
|
|||
// right: number;
|
||||
// }
|
||||
|
||||
const Content: VFC<{ serverAPI: ServerAPI }> = ({}) => {
|
||||
const Content: VFC<{ serverAPI: ServerAPI }> = ({serverAPI}) => {
|
||||
// const [result, setResult] = useState<number | undefined>();
|
||||
|
||||
// const onClick = async () => {
|
||||
|
|
Loading…
Reference in a new issue