We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51993a7 commit 6b83655Copy full SHA for 6b83655
run/nextjs-helloworld/app/layout.jsx
@@ -12,6 +12,8 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+import React from 'react'
16
+
17
export default function RootLayout({ children }) {
18
return (
19
<html lang="en">
run/nextjs-helloworld/app/page.jsx
export default function Page() {
return <h1>Hello, Next.js!</h1>;
}
0 commit comments