mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-25 01:52:00 +03:00
Merge branch 'release'
This commit is contained in:
commit
6ca84469e9
@ -99,7 +99,7 @@ Entity types are available everywhere, including the client code:
|
||||
```ts
|
||||
import { Task } from "wasp/entities"
|
||||
|
||||
export function ExamplePage() {}
|
||||
export function ExamplePage() {
|
||||
const task: Task = {
|
||||
id: 123,
|
||||
description: "Some random task",
|
||||
|
Loading…
Reference in New Issue
Block a user