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