import { useState } from 'react' export function App() { const [count, setCount] = useState(0) return (

Nasti + Electron + React

Edit src/App.tsx for the renderer, or{' '} src/electron/main.ts for the main process.

) }