mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
sdasd
This commit is contained in:
7
app/head.tsx
Normal file
7
app/head.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default async function Head() {
|
||||
return (
|
||||
<>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user