mirror of
				https://github.com/SteamDeckHomebrew/decky-plugin-template.git
				synced 2025-11-04 00:02:25 -06:00 
			
		
		
		
	pass serverAPI correctly to Content
This commit is contained in:
		
					parent
					
						
							
								ec1dfc791c
							
						
					
				
			
			
				commit
				
					
						03d72390c5
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -21,7 +21,7 @@ import logo from "../assets/logo.png";
 | 
				
			||||||
//   right: number;
 | 
					//   right: number;
 | 
				
			||||||
// }
 | 
					// }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const Content: VFC<{ serverAPI: ServerAPI }> = ({}) => {
 | 
					const Content: VFC<{ serverAPI: ServerAPI }> = ({serverAPI}) => {
 | 
				
			||||||
  // const [result, setResult] = useState<number | undefined>();
 | 
					  // const [result, setResult] = useState<number | undefined>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // const onClick = async () => {
 | 
					  // const onClick = async () => {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue