mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-18 14:40:19 +02:00
pass serverAPI correctly to Content (#29)
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user