-
I created my project a little while ago before the new
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Okay I figured it out, the examples on the site are now providing imports like so: |
Beta Was this translation helpful? Give feedback.
Okay I figured it out, the examples on the site are now providing imports like so:
import { Steps } from 'nextra/components'
but my version requires
import { Steps } from 'nextra-theme-docs'
or maybe there's a mistake in the examples.