next preview UAT fixture (javascript)
This commit is contained in:
7
app/layout.jsx
Normal file
7
app/layout.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user