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 a1018a4 commit 9701536Copy full SHA for 9701536
src/app/layout.tsx
@@ -1,11 +1,11 @@
1
import "@/app/global.css";
2
import { GoogleAnalytics, GoogleTagManager } from "@next/third-parties/google";
3
+import Link from "fumadocs-core/link";
4
+import { Banner } from "fumadocs-ui/components/banner";
5
import type { Metadata } from "next";
6
import { Inter } from "next/font/google";
7
import type { ReactNode } from "react";
8
import { Provider } from "./provider";
-import { Banner } from "fumadocs-ui/components/banner";
-import Link from "fumadocs-core/link";
9
10
const inter = Inter({
11
subsets: ["latin"],
0 commit comments