import type { Component } from 'solid-js' import styles from './App.module.css' // TODO: we could write a test client import '../src' const App: Component = () => { return (

Edit src/App.tsx and save to reload.

Learn Solid
) } export default App