Skip to content

Commit 9701536

Browse files
committed
chore: lint
1 parent a1018a4 commit 9701536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import "@/app/global.css";
22
import { GoogleAnalytics, GoogleTagManager } from "@next/third-parties/google";
3+
import Link from "fumadocs-core/link";
4+
import { Banner } from "fumadocs-ui/components/banner";
35
import type { Metadata } from "next";
46
import { Inter } from "next/font/google";
57
import type { ReactNode } from "react";
68
import { Provider } from "./provider";
7-
import { Banner } from "fumadocs-ui/components/banner";
8-
import Link from "fumadocs-core/link";
99

1010
const inter = Inter({
1111
subsets: ["latin"],

0 commit comments

Comments
 (0)