deploy
This commit is contained in:
12
frontend/app/(en)/layout.jsx
Normal file
12
frontend/app/(en)/layout.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import "../globals.css";
|
||||
import { baseMetadata } from "../seo.js";
|
||||
|
||||
export const metadata = baseMetadata;
|
||||
|
||||
export default function EnglishLayout({ children }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user