1234567 |
- // Reference necessary since Next.js 13.2.0, because types in `next/navigation` are not exported per default, but
- // type references are dynamically created during Next.js start up.
- // See https://github.com/vercel/next.js/commit/cdf1d52d9aed42d01a46539886a4bda14cb77a99
- // for more insights.
- /// <reference types="next" />
- /// <reference types="next/navigation-types/navigation" />
|