Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 19, 2024
1 parent 15031f4 commit 445023f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/browser/test-app/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export default function TestAppLayout({
children,
}: {
children: React.ReactNode
children: React.ReactNode;
}) {
return (
<html lang="en">
<body>
<main>{children}</main>
</body>
</html>
)
);
}

0 comments on commit 445023f

Please sign in to comment.