CCodemod

next/13/built-in-next-font

No description available

Legacy
next.jsmigration
Public
3 downloads
0 stars
How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

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

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.