Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix formatting
  • Loading branch information
aron committed Mar 26, 2025
commit 748cb1404eecfe1503e358ed0b04ef8d5c04812c
8 changes: 4 additions & 4 deletions integration/next/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default () => (
<main>
<h1>Welcome to Next.js</h1>
</main>
)
<main>
<h1>Welcome to Next.js</h1>
</main>
);