Update layout.tsx

This commit is contained in:
Talon 2023-04-23 16:53:17 +08:00 committed by GitHub
parent 6300329353
commit 324c287fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,8 +42,6 @@ export default function RootLayout({
rel="stylesheet" rel="stylesheet"
></link> ></link>
<script src="/serviceWorkerRegister.js" defer></script> <script src="/serviceWorkerRegister.js" defer></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6958939463396237"
crossorigin="anonymous"></script>
</head> </head>
<body>{children}</body> <body>{children}</body>
</html> </html>