Hello everyone, i currently facing a issue and i don't know how do i have to fix this. I have a component called Bounded.tsx, in that component i give a few basic classes so everything is styles correctly. Local my project works fine, but when i deploy it on Vercel i get this error:
x Unexpected token 'Bounded'. Expected jsx identifier
I'm using the bounded component in my header.tsx thats also where the error says it goes wrong.
And i don't know how to fix this issue. I hope someone can help me with it!