how can i cant remove this parsing error ?
Hi there The error is because you have an export function inside an export function , which won’t work. Add another closing bracket } before it to close the previous function.
Looks like you’ll also need another closing bracket after line 40
Hey Thx for your help !!!