mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 04:42:12 +01:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
export default async function RootHead() {
|
|
return (
|
|
<>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</>
|
|
);
|
|
}
|