mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 22:18:39 +00:00
fix nextjs docs (#3075)
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user