Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

update widget docs #157

Merged
merged 17 commits into from
Jun 20, 2024
Merged

update widget docs #157

merged 17 commits into from
Jun 20, 2024

Conversation

haochizzle
Copy link
Contributor

@haochizzle haochizzle commented Jun 18, 2024

  • fix minor syntax error with a misplaced ;
  • adding export statements for myDapp for devEx
  • adding polkadot/types as dependencies
  • adding import statement for react

the `;` is misplaced. should be outside the angle bracket 

```
function MyDapp() {
  return (
    <SygmaProtocolReactWidget />
  );
}
```
MakMuftic
MakMuftic previously approved these changes Jun 19, 2024
Copy link

@LyonSsS LyonSsS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@haochizzle haochizzle merged commit 87fd582 into develop Jun 20, 2024
1 check passed
@haochizzle haochizzle deleted the tho/widgetdocspatch branch June 20, 2024 10:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants