We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe9343 commit 48f8659Copy full SHA for 48f8659
web/src/app/layout.tsx
@@ -1,3 +1,4 @@
1
+import { GoogleAnalytics } from '@next/third-parties/google';
2
import type { Metadata } from 'next';
3
import { Lato } from 'next/font/google';
4
import './globals.css';
@@ -8,9 +9,6 @@ import 'react-loading-skeleton/dist/skeleton.css';
8
9
import { SkeletonTheme } from 'react-loading-skeleton';
10
11
import GoogleAdSense from '../modules/shared/components/GoogleAdSense';
-
12
-import { GoogleAnalytics } from '@next/third-parties/google';
13
14
import { TooltipProvider } from '../modules/shared/components/tooltip';
15
16
const lato = Lato({
0 commit comments