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';