Skip to content

Commit

Permalink
Merge pull request #91 from Himess/main
Browse files Browse the repository at this point in the history
Fix incorrect closing of JSX tags
  • Loading branch information
SoYoung210 authored Jan 6, 2025
2 parents 902e47b + 5b2b127 commit 2c377c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/simple-setup/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ export default function Home() {
<div className="flex flex-col gap-4">
<IpHeader />
<IpLicenseAccordion />
</div>
</div>
</IpProvider>
</div>
</div>

)
}

0 comments on commit 2c377c7

Please sign in to comment.