Skip to content

Commit 351ddfd

Browse files
committed
chore: sort layout imports
1 parent 59e74d6 commit 351ddfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { Analytics } from "@vercel/analytics/react"
12
import { RootProvider } from "fumadocs-ui/provider/next"
23
import { GeistMono } from "geist/font/mono"
34
import type { Metadata, Viewport } from "next"
4-
import { Analytics } from "@vercel/analytics/react"
55
import "./globals.css"
66

77
export const metadata: Metadata = {

0 commit comments

Comments
 (0)