Skip to content

Commit

Permalink
Fix documentation error on custom asset (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktamilvanan authored Mar 5, 2024
1 parent 272c85a commit 127cb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/pages/plugins/asset-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import { Custom, CustomAsset, Collection } from 'my-assets';
const view = (
<Collection>
<CustomAsset/>
<CustomAsset/>
<Custom/>
</Collection>
);
```
Expand Down

0 comments on commit 127cb7c

Please sign in to comment.