fix nextjs docs (#3075)

This commit is contained in:
Dominik Ferber
2024-03-21 11:38:21 +02:00
committed by GitHub
parent f199dd3bbf
commit 3a4c3b2f7d

View File

@@ -50,7 +50,7 @@ Here's how I configure Inter for Next.js:
import "@/styles/globals.css"
import { Inter as FontSans } from "next/font/google"
import { cn } from "../@/lib/utils"
import { cn } from "@/lib/utils"
const fontSans = FontSans({
subsets: ["latin"],