()
| 19 | } |
| 20 | |
| 21 | function App() { |
| 22 | return ( |
| 23 | <div className="app"> |
| 24 | <h1>@simplestack/store</h1> |
| 25 | <p>Vite + React Example</p> |
| 26 | <Counter /> |
| 27 | </div> |
| 28 | ); |
| 29 | } |
| 30 | |
| 31 | createRoot(document.getElementById("root")!).render( |
| 32 | <StrictMode> |
nothing calls this directly
no outgoing calls
no test coverage detected