()
| 7 | import App from './app' |
| 8 | |
| 9 | function Root() { |
| 10 | return ( |
| 11 | <> |
| 12 | <App /> |
| 13 | |
| 14 | <TanStackDevtools plugins={[a11yDevtoolsPlugin()]} /> |
| 15 | </> |
| 16 | ) |
| 17 | } |
| 18 | |
| 19 | render(() => <Root />, document.getElementById('root')!) |
nothing calls this directly
no outgoing calls
no test coverage detected