This commit is contained in:
2023-10-06 18:37:49 -05:00
parent 00f055cfeb
commit ca8be2d274

View File

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