Skip to content

Commit

Permalink
simpliy test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 3, 2024
1 parent 8f417b6 commit 4626bf2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export default function Layout({ children }: { children: React.ReactNode }) {
return <div>{children}</div>
return (
<html>
<body>{children}</body>
</html>
)
}

export const metadata = {
Expand Down

0 comments on commit 4626bf2

Please sign in to comment.