()
| 11 | } from 'solid-start'; |
| 12 | |
| 13 | export default function Root() { |
| 14 | return ( |
| 15 | <Html lang="en"> |
| 16 | <Head> |
| 17 | <Meta charset="utf-8" /> |
| 18 | <Meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 19 | </Head> |
| 20 | <Body> |
| 21 | <Routes> |
| 22 | <FileRoutes /> |
| 23 | </Routes> |
| 24 | |
| 25 | <Scripts /> |
| 26 | </Body> |
| 27 | </Html> |
| 28 | ); |
| 29 | } |
nothing calls this directly
no outgoing calls
no test coverage detected