Skip to content

Commit 39d815b

Browse files
committed
chore: formatting
1 parent 04b0f02 commit 39d815b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import { Analytics } from "@vercel/analytics/next";
12
import { RootProvider } from "fumadocs-ui/provider/next";
2-
import type { Metadata } from "next";
33

44
import "./global.css";
5+
import type { Metadata } from "next";
56
import { Inter } from "next/font/google";
6-
import { Analytics } from "@vercel/analytics/next";
77

88
const inter = Inter({
99
subsets: ["latin"],

0 commit comments

Comments
 (0)