We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e80fee commit 0fa2788Copy full SHA for 0fa2788
integration/next/pages/index.js
@@ -1,5 +1,5 @@
1
export default () => (
2
- <main>
3
- <h1>Welcome to Next.js</h1>
4
- </main>
5
-)
+ <main>
+ <h1>Welcome to Next.js</h1>
+ </main>
+);
0 commit comments