Skip to content

Commit 48f8659

Browse files
committed
style: sort import
1 parent 9fe9343 commit 48f8659

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web/src/app/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { GoogleAnalytics } from '@next/third-parties/google';
12
import type { Metadata } from 'next';
23
import { Lato } from 'next/font/google';
34
import './globals.css';
@@ -8,9 +9,6 @@ import 'react-loading-skeleton/dist/skeleton.css';
89
import { SkeletonTheme } from 'react-loading-skeleton';
910

1011
import GoogleAdSense from '../modules/shared/components/GoogleAdSense';
11-
12-
import { GoogleAnalytics } from '@next/third-parties/google';
13-
1412
import { TooltipProvider } from '../modules/shared/components/tooltip';
1513

1614
const lato = Lato({

0 commit comments

Comments
 (0)