Fix: Replace extra </div> with </> for fragment closing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-26 20:58:02 +02:00
parent 6210ceb05e
commit 1fb6702bf4
7 changed files with 7 additions and 7 deletions

View File

@@ -128,6 +128,6 @@ export default function PronouncePage() {
</div>
) : null}
</div>
</div>
</>
)
}