Skip to content

Commit

Permalink
Merge pull request #37 from gmreburn/patch-1
Browse files Browse the repository at this point in the history
fix import example
  • Loading branch information
blazejkustra authored Sep 7, 2024
2 parents 535003a + e879481 commit ab81ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guide/entity/modeling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ The simplest example with only key and value attributes. There is no sort key fo

```ts
import Entity from 'dynamode/entity';
import { attribute } from 'dynamode/decorators';
import attribute from 'dynamode/decorators';
import TableManager from 'dynamode/table';

type KeyValueProps = {
Expand Down

0 comments on commit ab81ad1

Please sign in to comment.