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