© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Marin
Hi,
Thanks for the tutorial. However, I am facing some issues with Nextjs v12 when importing the component. It is saying that the export token does not exists... I solved it by changing the export to something like:
export * from './counter';