This commit is contained in:
orion 2023-10-06 18:38:40 -05:00
parent ca8be2d274
commit 3cfc1c4705
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -23,12 +23,13 @@ this frontend app:
1. if ok, render items in a list. if error, render error span at the bottom of the page.
<table>
<thead>
<td><b>React</b></td>
<td><b>Halogen</b></td>
<thead>
<tr>
<td>
<thead>
<td><b>React</b></td>
<td><b>Halogen</b></td>
<thead>
<tbody>
<tr>
<td>
```javascript
export const App = () => {
@ -88,8 +89,7 @@ app = mkComponent
}
```
</td>
</tr>
<tbody>
</tbody>
</td>
</tr>
</tbody>
</table>