Next/13/Built In Next Font
This codemod transforms the module specifier @next/font/*
in import statements into next/font/*
.
Using the @next/font/*
modules is deprecated since Next.js v13.2.
Example
Before
import { Inter } from "@next/font/google";
After
import { Inter } from "next/font/google";
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community