fix(react-compiler): Fix detection of interest (#78874)
### What?
Mark function components declared as a variable interesting
### Why?
Because those are also React Components
### How?
- Closes SWC-646
- Closes https://github.com/vercel/next.js/issues/78867