Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed Apr 18, 2024
1 parent dd55824 commit 95b7357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/concepts/inputs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ As with Spawnable Entities, we recommend namespacing input identifiers using a s
define input identifiers in a type-safe way.
</Callout>

```ts filename="TypeScript" {5-8,18-27}
```ts filename="TypeScript" {5-9,18-27}
import type { SpawnableContext } from '@dreamlab.gg/core'
import { SpawnableEntity } from '@dreamlab.gg/core'
import { inputs } from '@dreamlab.gg/core/labs'
Expand Down
2 changes: 1 addition & 1 deletion pages/concepts/ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to create and update your UI.

{/* TODO: Flavour text */}

```ts filename="TypeScript" {1,6-7,9-13}
```ts filename="TypeScript"
import type { InitClient } from '@dreamlab.gg/core/sdk'

export const init: InitClient = async game => {
Expand Down

0 comments on commit 95b7357

Please sign in to comment.