This commit is contained in:
orion 2023-10-06 18:37:49 -05:00
parent 00f055cfeb
commit ca8be2d274
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -57,8 +57,8 @@ export const App = () => {
} }
``` ```
</td> </td>
<td> <td>
```haskell ```haskell
type Item = {id :: String, title :: String, description :: String} type Item = {id :: String, title :: String, description :: String}