Skip to content

Commit

Permalink
pass serverAPI correctly to Content (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
safijari authored Aug 25, 2023
1 parent ec1dfc7 commit 5a91054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 5a91054

Please sign in to comment.