Team oppgave og litt unit-testing
This commit is contained in:
parent
fe625a2b6d
commit
29e6711d13
12 changed files with 526 additions and 47 deletions
12
react_test/tutorial/app/layout.js
Normal file
12
react_test/tutorial/app/layout.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
export const metadata = {
|
||||
title: 'Next.js',
|
||||
description: 'Generated by Next.js',
|
||||
}
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue