This commit is contained in:
orion 2023-10-06 18:45:48 -05:00
parent 20bd95ef56
commit 2104344351
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -27,7 +27,7 @@ This 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.
<details> <details>
<summary>React (click to expand)</summary> <summary><b>React (click to expand)</b></summary>
```typescript ```typescript
type Item = {id: string, title: string, description: string} type Item = {id: string, title: string, description: string}
@ -63,7 +63,7 @@ export const App: () => React.Node = () => {
</details> </details>
<details> <details>
<summary>Purescript Halogen (click to expand)</summary> <summary><b>Purescript Halogen (click to expand)</b></summary>
```haskell ```haskell
type Item = { id :: String, title :: String, description :: String } type Item = { id :: String, title :: String, description :: String }